UserProfile.AccountName-Eigenschaft
Ruft den Kontonamen des Benutzerprofils ab.
Namespace: Microsoft.Office.Server.UserProfiles
Assembly: Microsoft.Office.Server.UserProfiles (in Microsoft.Office.Server.UserProfiles.dll)
Syntax
'Declaration
Public ReadOnly Property AccountName As String
Get
'Usage
Dim instance As UserProfile
Dim value As String
value = instance.AccountName
public string AccountName { get; }
Eigenschaftswert
Typ: System.String
Der Kontoname des Benutzerprofils.