Web.Created - Propriété
Gets a value that specifies when the site was created.
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 Web
Dim value As DateTime
value = instance.Created
public DateTime Created { get; }
Valeur de propriété
Type : System.DateTime
Returns a DateTime instance representing when the site was created.
Remarques
It must not be une référence Null (Rien dans Visual Basic).