File.CheckedOutByUser - Propriété
Gets a value that returns the user who has checked out the file.
Espace de noms : Microsoft.SharePoint.Client
Assemblys : Microsoft.SharePoint.Client.Silverlight (dans Microsoft.SharePoint.Client.Silverlight.dll); Microsoft.SharePoint.Client.Phone (dans Microsoft.SharePoint.Client.Phone.dll) Microsoft.SharePoint.Client (dans Microsoft.SharePoint.Client.dll)
Syntaxe
'Déclaration
Public ReadOnly Property CheckedOutByUser As User
Get
'Utilisation
Dim instance As File
Dim value As User
value = instance.CheckedOutByUser
public User CheckedOutByUser { get; }
Valeur de propriété
Type : Microsoft.SharePoint.Client.User
Returns a User instance representing the user who has checked out the file.