UserProfileChange.AccountName Property
Namespace: Microsoft.Office.Server.UserProfiles
Assembly: Microsoft.Office.Server (in Microsoft.Office.Server.dll)
Syntax
'Declaration
Public ReadOnly Property AccountName As String
Get
'Usage
Dim instance As UserProfileChange
Dim value As String
value = instance.AccountName
public string AccountName { get; }
Property Value
Type: System.String