MinimalPerson.AccountName Property
Gets a string value representing the account name of this MinimalPerson object.
Namespace: Microsoft.Office.Server.ActivityFeed
Assembly: Microsoft.Office.Server.UserProfiles (in Microsoft.Office.Server.UserProfiles.dll)
Syntax
'Declaration
Public Property AccountName As String
Get
Friend Set
'Usage
Dim instance As MinimalPerson
Dim value As String
value = instance.AccountName
public string AccountName { get; internal set; }
Property Value
Type: System.String