RegistrationInfo.DomainToCompanyIdMapping Property

Definition

Provides mapping between company and domain.

public:
 property System::Collections::Generic::Dictionary<System::String ^, Guid> ^ DomainToCompanyIdMapping { System::Collections::Generic::Dictionary<System::String ^, Guid> ^ get(); void set(System::Collections::Generic::Dictionary<System::String ^, Guid> ^ value); };
[System.Runtime.Serialization.DataMember]
public System.Collections.Generic.Dictionary<string,Guid> DomainToCompanyIdMapping { get; set; }
Public Property DomainToCompanyIdMapping As Dictionary(Of String, Guid)

Property Value

Dictionary String Guid

Attributes

Applies to