SocialPostCreationData.SecurityUris property

Gets or sets URIs to SharePoint objects that define access permissions for the post.

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

Syntax

'Declaration
Public Property SecurityUris As String()
    Get
    Set
'Usage
Dim instance As SocialPostCreationData
Dim value As String()

value = instance.SecurityUris

instance.SecurityUris = value
public string[] SecurityUris { get; set; }

Property value

Type: []

See also

Reference

SocialPostCreationData class

SocialPostCreationData members

Microsoft.SharePoint.Client.Social namespace