Свойство SocialPost.CreatedTime
Получает время создания записи.
Пространство имен: Microsoft.SharePoint.Client.Social
Сборки: Microsoft.SharePoint.Client.UserProfiles.Silverlight (в Microsoft.SharePoint.Client.UserProfiles.Silverlight.dll); Microsoft.SharePoint.Client.UserProfiles.Phone (в Microsoft.SharePoint.Client.UserProfiles.Phone.dll) Microsoft.SharePoint.Client.UserProfiles (в Microsoft.SharePoint.Client.UserProfiles.dll)
Синтаксис
'Декларация
Public ReadOnly Property CreatedTime As DateTime
Get
'Применение
Dim instance As SocialPost
Dim value As DateTime
value = instance.CreatedTime
public DateTime CreatedTime { get; }
Значение свойства
Тип: System.DateTime
Замечания
Читайте в статье How to: Create and delete posts and retrieve the social feed by using the .NET client object model пример, как использовать это свойство.