FileVersion.CreatedBy - Propriété
Gets a value that specifies the user that represents the creator of the file version.
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 CreatedBy As User
Get
'Utilisation
Dim instance As FileVersion
Dim value As User
value = instance.CreatedBy
public User CreatedBy { get; }
Valeur de propriété
Type : Microsoft.SharePoint.Client.User
Returns a User instance representing the user that represents the creator of the file version.