Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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