SPObjectSharingInformationUser.Principal property
Gets the principal with whom a securable object is shared. This could be a user or group.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property Principal As SPPrincipal
Get
Friend Set
'Usage
Dim instance As SPObjectSharingInformationUser
Dim value As SPPrincipal
value = instance.Principal
public SPPrincipal Principal { get; internal set; }
Property value
Type: Microsoft.SharePoint.SPPrincipal
The principal.
See also
Reference
SPObjectSharingInformationUser class