SocialPost.CreatedTime-Eigenschaft
Ruft ab dem Zeitpunkt der Erstellung des Beitrags.
Namespace: Microsoft.SharePoint.Client.Social
Assemblys: Microsoft.SharePoint.Client.UserProfiles.Silverlight (in Microsoft.SharePoint.Client.UserProfiles.Silverlight.dll); Microsoft.SharePoint.Client.UserProfiles.Phone (in Microsoft.SharePoint.Client.UserProfiles.Phone.dll) Microsoft.SharePoint.Client.UserProfiles (in Microsoft.SharePoint.Client.UserProfiles.dll)
Syntax
'Declaration
Public ReadOnly Property CreatedTime As DateTime
Get
'Usage
Dim instance As SocialPost
Dim value As DateTime
value = instance.CreatedTime
public DateTime CreatedTime { get; }
Eigenschaftswert
Typ: System.DateTime
Hinweise
Finden Sie unter How to: Create and delete posts and retrieve the social feed by using the .NET client object model ein Beispiel für so erhalten Sie diese Eigenschaft.