SocialPost.CreatedTime propriedade
Obtém a hora de criação da postagem.
Namespace: Microsoft.SharePoint.Client.Social
Assemblies: Microsoft.SharePoint.Client.UserProfiles.Silverlight (em Microsoft.SharePoint.Client.UserProfiles.Silverlight.dll); Microsoft.SharePoint.Client.UserProfiles.Phone (em Microsoft.SharePoint.Client.UserProfiles.Phone.dll) Microsoft.SharePoint.Client.UserProfiles (em Microsoft.SharePoint.Client.UserProfiles.dll)
Sintaxe
'Declaração
Public ReadOnly Property CreatedTime As DateTime
Get
'Uso
Dim instance As SocialPost
Dim value As DateTime
value = instance.CreatedTime
public DateTime CreatedTime { get; }
Valor de propriedade
Tipo: System.DateTime
Comentários
Consulte How to: Create and delete posts and retrieve the social feed by using the .NET client object model para obter um exemplo de como obter essa propriedade.