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