WebAddressSettings.RootDomainScheme 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.
Gets or sets the root domain scheme: http or https.
public:
property Microsoft::Xrm::Sdk::Deployment::AddressScheme RootDomainScheme { Microsoft::Xrm::Sdk::Deployment::AddressScheme get(); void set(Microsoft::Xrm::Sdk::Deployment::AddressScheme value); };
[System.Runtime.Serialization.DataMember]
public Microsoft.Xrm.Sdk.Deployment.AddressScheme RootDomainScheme { get; set; }
[<System.Runtime.Serialization.DataMember>]
member this.RootDomainScheme : Microsoft.Xrm.Sdk.Deployment.AddressScheme with get, set
Public Property RootDomainScheme As AddressScheme
Property Value
The root domain scheme: http or https.
- Attributes