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 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