SPObjectSharingInformationUser.CustomRoleNames property
Gets the custom role names that the user has for a document.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property CustomRoleNames As String
Get
Friend Set
'Usage
Dim instance As SPObjectSharingInformationUser
Dim value As String
value = instance.CustomRoleNames
public string CustomRoleNames { get; internal set; }
Property value
Type: System.String
The custom role names.
See also
Reference
SPObjectSharingInformationUser class