SPSocialActorInfo.ContentUri property

Gets or sets the actor's content URI.

Namespace:  Microsoft.Office.Server.Social
Assembly:  Microsoft.Office.Server.UserProfiles (in Microsoft.Office.Server.UserProfiles.dll)

Syntax

'Declaration
Public Property ContentUri As Uri
    Get
    Set
'Usage
Dim instance As SPSocialActorInfo
Dim value As Uri

value = instance.ContentUri

instance.ContentUri = value
public Uri ContentUri { get; set; }

Property value

Type: System.Uri

Remarks

This property is used only when Id is a null reference (Nothing in Visual Basic) or empty and ActorType is Document or Site.

See also

Reference

SPSocialActorInfo class

SPSocialActorInfo members

Microsoft.Office.Server.Social namespace