SocialPost.CreatedTime - Propriété
Obtient l'heure de création de la publication.
Espace de noms : Microsoft.SharePoint.Client.Social
Assemblys : Microsoft.SharePoint.Client.UserProfiles.Silverlight (dans Microsoft.SharePoint.Client.UserProfiles.Silverlight.dll); Microsoft.SharePoint.Client.UserProfiles.Phone (dans Microsoft.SharePoint.Client.UserProfiles.Phone.dll) Microsoft.SharePoint.Client.UserProfiles (dans Microsoft.SharePoint.Client.UserProfiles.dll)
Syntaxe
'Déclaration
Public ReadOnly Property CreatedTime As DateTime
Get
'Utilisation
Dim instance As SocialPost
Dim value As DateTime
value = instance.CreatedTime
public DateTime CreatedTime { get; }
Valeur de propriété
Type : System.DateTime
Remarques
Voir How to: Create and delete posts and retrieve the social feed by using the .NET client object model pour obtenir un exemple de l'obtention de cette propriété.