Свойство File.CheckedOutByUser
Gets a value that returns the user who has checked out the file.
Пространство имен: Microsoft.SharePoint.Client
Сборки: Microsoft.SharePoint.Client.Silverlight (в Microsoft.SharePoint.Client.Silverlight.dll); Microsoft.SharePoint.Client.Phone (в Microsoft.SharePoint.Client.Phone.dll) Microsoft.SharePoint.Client (в Microsoft.SharePoint.Client.dll)
Синтаксис
'Декларация
Public ReadOnly Property CheckedOutByUser As User
Get
'Применение
Dim instance As File
Dim value As User
value = instance.CheckedOutByUser
public User CheckedOutByUser { get; }
Значение свойства
Тип: Microsoft.SharePoint.Client.User
Returns a User instance representing the user who has checked out the file.