ObjectSharingInformationUser.User-Eigenschaft
Ruft den Benutzer für den ein sicherungsfähiges Objekt freigegeben wurde.
Namespace: Microsoft.SharePoint.Client
Assemblys: Microsoft.SharePoint.Client.Silverlight (in Microsoft.SharePoint.Client.Silverlight.dll); Microsoft.SharePoint.Client.Phone (in Microsoft.SharePoint.Client.Phone.dll) Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)
Syntax
'Declaration
Public ReadOnly Property User As User
Get
'Usage
Dim instance As ObjectSharingInformationUser
Dim value As User
value = instance.User
public User User { get; }
Eigenschaftswert
Typ: Microsoft.SharePoint.Client.User
Der Benutzer, für den ein sicherungsfähiges Objekt freigegeben ist.
Siehe auch
Referenz
ObjectSharingInformationUser Klasse