KnownUserProperties
KnownUserProperties
KnownUserProperties
KnownUserProperties
Class
Definition
Contains basic information about a user.
public : static class KnownUserPropertiespublic static class KnownUserPropertiesPublic Static Class KnownUserProperties// You can use this class in JavaScript.
- Attributes
Windows 10 requirements
| Device family |
Windows 10 (introduced v10.0.10240.0)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v1)
|
Properties
AccountName AccountName AccountName AccountName
Gets the user's account name.
public : static PlatForm::String AccountName { get; }public static string AccountName { get; }Public Static ReadOnly Property AccountName As string// You can use this property in JavaScript.
- Value
- PlatForm::String string string string
The user's account name.
DisplayName DisplayName DisplayName DisplayName
Gets the user's display name.
public : static PlatForm::String DisplayName { get; }public static string DisplayName { get; }Public Static ReadOnly Property DisplayName As string// You can use this property in JavaScript.
- Value
- PlatForm::String string string string
The user's display name.
DomainName DomainName DomainName DomainName
Gets the user's domain name.
public : static PlatForm::String DomainName { get; }public static string DomainName { get; }Public Static ReadOnly Property DomainName As string// You can use this property in JavaScript.
- Value
- PlatForm::String string string string
The user's domain name.
FirstName FirstName FirstName FirstName
Gets the user's first name.
public : static PlatForm::String FirstName { get; }public static string FirstName { get; }Public Static ReadOnly Property FirstName As string// You can use this property in JavaScript.
- Value
- PlatForm::String string string string
The user's first name.
GuestHost GuestHost GuestHost GuestHost
Gets the user's guest host.
public : static PlatForm::String GuestHost { get; }public static string GuestHost { get; }Public Static ReadOnly Property GuestHost As string// You can use this property in JavaScript.
- Value
- PlatForm::String string string string
The user's guest host.
LastName LastName LastName LastName
Gets the user's last name.
public : static PlatForm::String LastName { get; }public static string LastName { get; }Public Static ReadOnly Property LastName As string// You can use this property in JavaScript.
- Value
- PlatForm::String string string string
The user's last name.
PrincipalName PrincipalName PrincipalName PrincipalName
Gets the user's principal name.
public : static PlatForm::String PrincipalName { get; }public static string PrincipalName { get; }Public Static ReadOnly Property PrincipalName As string// You can use this property in JavaScript.
- Value
- PlatForm::String string string string
The user's principal name.
ProviderName ProviderName ProviderName ProviderName
Gets the user's provider name.
public : static PlatForm::String ProviderName { get; }public static string ProviderName { get; }Public Static ReadOnly Property ProviderName As string// You can use this property in JavaScript.
- Value
- PlatForm::String string string string
The user's provider name.
SessionInitiationProtocolUri SessionInitiationProtocolUri SessionInitiationProtocolUri SessionInitiationProtocolUri
Gets the user's session initiation protocol Uri.
public : static PlatForm::String SessionInitiationProtocolUri { get; }public static string SessionInitiationProtocolUri { get; }Public Static ReadOnly Property SessionInitiationProtocolUri As string// You can use this property in JavaScript.
- Value
- PlatForm::String string string string
The user's session initiation protocol Uri.