Share via


SocialActor.Name property

Gets the actor's display name.

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

Syntax

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

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

Property value

Type: System.String

See also

Reference

SocialActor class

SocialActor members

Microsoft.SharePoint.Client.Social namespace