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