de la propiedad SocialPost.CreatedTime
Obtiene la hora de creación de la publicación.
Espacio de nombres: Microsoft.SharePoint.Client.Social
Ensamblados: Microsoft.SharePoint.Client.UserProfiles.Silverlight (en Microsoft.SharePoint.Client.UserProfiles.Silverlight.dll); Microsoft.SharePoint.Client.UserProfiles.Phone (en Microsoft.SharePoint.Client.UserProfiles.Phone.dll) Microsoft.SharePoint.Client.UserProfiles (en Microsoft.SharePoint.Client.UserProfiles.dll)
Sintaxis
'Declaración
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 propiedad
Tipo: System.DateTime
Comentarios
Consulte How to: Create and delete posts and retrieve the social feed by using the .NET client object model para obtener un ejemplo de cómo obtener esta propiedad.