RegistrationInfo.DomainToCompanyIdMapping Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- Attributes