Class RestIntegrationAccount
Represents a Rest-based implementation of IIntegrationAccount.
public class RestIntegrationAccount : IIntegrationAccount
- Inheritance
-
RestIntegrationAccount
- Implements
- Inherited Members
Properties
Id
Gets the ID of the account.
public string Id { get; }
Property Value
Name
Gets the name of the account.
public string Name { get; }
Property Value
- string
A string containing the name of this integration account.