SocialAttachmentAction.ActionUri property
Gets or sets the target URI for the action.
Namespace: Microsoft.SharePoint.Client.Social
Assembly: Microsoft.SharePoint.Client.UserProfiles (in Microsoft.SharePoint.Client.UserProfiles.dll)
Syntax
'Declaration
Public Property ActionUri As String
Get
Set
'Usage
Dim instance As SocialAttachmentAction
Dim value As String
value = instance.ActionUri
instance.ActionUri = value
public string ActionUri { get; set; }
Property value
Type: System.String