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