FileVersion.Created - Propriété
Gets a value that specifies the creation date and time for 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 Created As DateTime
Get
'Utilisation
Dim instance As FileVersion
Dim value As DateTime
value = instance.Created
public DateTime Created { get; }
Valeur de propriété
Type : System.DateTime
Returns a DateTime instance representing the creation date and time for the file version.