SPSocialAttachmentAction.ActionUri property
Gets or sets the URI for the click action.
Namespace: Microsoft.Office.Server.Social
Assembly: Microsoft.Office.Server.UserProfiles (in Microsoft.Office.Server.UserProfiles.dll)
Syntax
'Declaration
Public Property ActionUri As Uri
Get
Set
'Usage
Dim instance As SPSocialAttachmentAction
Dim value As Uri
value = instance.ActionUri
instance.ActionUri = value
public Uri ActionUri { get; set; }
Property value
Type: System.Uri
See also
Reference
SPSocialAttachmentAction class