SPSocialActor.Name property
Gets the actor's display name.
Namespace: Microsoft.Office.Server.Social
Assembly: Microsoft.Office.Server.UserProfiles (in Microsoft.Office.Server.UserProfiles.dll)
Syntax
'Declaration
Public Property Name As String
Get
Private Set
'Usage
Dim instance As SPSocialActor
Dim value As String
value = instance.Name
public string Name { get; private set; }
Property value
Type: System.String