Share via


SocialActor.LibraryUri property

Gets the actor's library URI. Applies to documents.

Namespace:  Microsoft.SharePoint.Client.Social
Assembly:  Microsoft.SharePoint.Client.UserProfiles (in Microsoft.SharePoint.Client.UserProfiles.dll)

Syntax

'Declaration
Public ReadOnly Property LibraryUri As String
    Get
'Usage
Dim instance As SocialActor
Dim value As String

value = instance.LibraryUri
public string LibraryUri { get; }

Property value

Type: System.String

Remarks

The LibraryUri property is valid only when the value of the ActorType property is Document.

See also

Reference

SocialActor class

SocialActor members

Microsoft.SharePoint.Client.Social namespace