SocialActor.ImageUri property
Gets the actor's image URI. Applies to users, documents, and sites.
Namespace: Microsoft.SharePoint.Client.Social
Assembly: Microsoft.SharePoint.Client.UserProfiles (in Microsoft.SharePoint.Client.UserProfiles.dll)
Syntax
'Declaration
Public ReadOnly Property ImageUri As String
Get
'Usage
Dim instance As SocialActor
Dim value As String
value = instance.ImageUri
public string ImageUri { get; }
Property value
Type: System.String
Remarks
The ImageUri property is valid only when the value of the ActorType property is , UserDocument, or Site.