Partner Class

Definition

Information about the partner.

public class Partner
type Partner = class
Public Class Partner
Inheritance
Partner

Constructors

Partner()

Initializes a new instance of the Partner class.

Partner(Nullable<Guid>, String, Nullable<DateTime>)

Initializes a new instance of the Partner class.

Properties

AuthorizationExpirationTimeInUtc

Gets or sets expiration time of the partner authorization. If this timer expires, any request from this partner to create, update or delete resources in subscriber's context will fail. If specified, the allowed values are between 1 to the value of defaultMaximumExpirationTimeInDays specified in PartnerConfiguration. If not specified, the default value will be the value of defaultMaximumExpirationTimeInDays specified in PartnerConfiguration or 7 if this value is not specified.

PartnerName

Gets or sets the partner name.

PartnerRegistrationImmutableId

Gets or sets the immutableId of the corresponding partner registration.

Applies to