SocialPostCreationData.DefinitionData property

This member is reserved for internal use and is not intended to be used directly from your code.

Namespace:  Microsoft.SharePoint.Client.Social
Assembly:  Microsoft.SharePoint.Client.UserProfiles (in Microsoft.SharePoint.Client.UserProfiles.dll)

Syntax

'Declaration
Public Property DefinitionData As SocialPostDefinitionData
    Get
    Set
'Usage
Dim instance As SocialPostCreationData
Dim value As SocialPostDefinitionData

value = instance.DefinitionData

instance.DefinitionData = value
public SocialPostDefinitionData DefinitionData { get; set; }

Property value

Type: Microsoft.SharePoint.Client.Social.SocialPostDefinitionData

See also

Reference

SocialPostCreationData class

SocialPostCreationData members

Microsoft.SharePoint.Client.Social namespace