ContactConnectedServiceAccount
ContactConnectedServiceAccount
ContactConnectedServiceAccount
ContactConnectedServiceAccount
Class
Definition
Represents a connected service account for a contact.
public : sealed class ContactConnectedServiceAccount : IContactConnectedServiceAccountpublic sealed class ContactConnectedServiceAccount : IContactConnectedServiceAccountPublic NotInheritable Class ContactConnectedServiceAccount Implements IContactConnectedServiceAccount// 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)
|
Constructors
ContactConnectedServiceAccount() ContactConnectedServiceAccount() ContactConnectedServiceAccount() ContactConnectedServiceAccount()
Initializes a new instance of a ContactConnectedServiceAccount class.
public : ContactConnectedServiceAccount()public ContactConnectedServiceAccount()Public Sub New()// You can use this method in JavaScript.
Properties
Id Id Id Id
Gets and sets the identifier of a connected service account for a contact. The maximum string length for the identifier is 321 characters.
public : PlatForm::String Id { get; set; }public string Id { get; set; }Public ReadWrite Property Id As string// You can use this property in JavaScript.
- Value
- PlatForm::String string string string
The identifier of a connected service account for a contact.
ServiceName ServiceName ServiceName ServiceName
Gets and sets the service name of a connected service account for a contact. The maximum string length for the service name is 256 characters.
public : PlatForm::String ServiceName { get; set; }public string ServiceName { get; set; }Public ReadWrite Property ServiceName As string// You can use this property in JavaScript.
- Value
- PlatForm::String string string string
The service name of a connected service account for a contact.