UserDataAccountPartnerAccountInfo
UserDataAccountPartnerAccountInfo
UserDataAccountPartnerAccountInfo
UserDataAccountPartnerAccountInfo
Class
Definition
Represents data about an account for partner service.
public : sealed class UserDataAccountPartnerAccountInfo : IUserDataAccountPartnerAccountInfopublic sealed class UserDataAccountPartnerAccountInfo : IUserDataAccountPartnerAccountInfoPublic NotInheritable Class UserDataAccountPartnerAccountInfo Implements IUserDataAccountPartnerAccountInfo// You can use this class in JavaScript.
- Attributes
Windows 10 requirements
| Device family |
Windows 10 Anniversary Edition (introduced v10.0.14393.0)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v3)
|
Properties
AccountKind AccountKind AccountKind AccountKind
Gets the type of this user account.
public : UserDataAccountProviderPartnerAccountKind AccountKind { get; }public UserDataAccountProviderPartnerAccountKind AccountKind { get; }Public ReadOnly Property AccountKind As UserDataAccountProviderPartnerAccountKind// You can use this property in JavaScript.
DisplayName DisplayName DisplayName DisplayName
Gets the human readable display name for this user account.
public : PlatForm::String DisplayName { get; }public string DisplayName { get; }Public ReadOnly Property DisplayName As string// You can use this property in JavaScript.
- Value
- PlatForm::String string string string
The human readable display name for this user account.
Priority Priority Priority Priority
Gets the priority for the service that uses this kind of user account.
public : unsigned int Priority { get; }public uint Priority { get; }Public ReadOnly Property Priority As uint// You can use this property in JavaScript.
- Value
- unsigned int uint uint uint
The priority for the service that uses this kind of user account.