Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets whether the user has view permission for a document.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property HasViewPermission As Boolean
Get
Friend Set
'Usage
Dim instance As SPObjectSharingInformationUser
Dim value As Boolean
value = instance.HasViewPermission
public bool HasViewPermission { get; internal set; }
Property value
Type: System.Boolean
true if the user has view permission, otherwise false.
See also
Reference
SPObjectSharingInformationUser class