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