WebAddressSettings Class

Definition

Contains deployment specific root domain address values.

public ref class WebAddressSettings : Microsoft::Xrm::Sdk::Deployment::DeploymentConfigSettings
[System.CodeDom.Compiler.GeneratedCode("System.Runtime.Serialization", "4.0.0.0")]
[System.Diagnostics.DebuggerStepThrough]
[System.Runtime.Serialization.DataContract(Name="WebAddressSettings", Namespace="http://schemas.microsoft.com/xrm/2011/Contracts/Deployment")]
public class WebAddressSettings : Microsoft.Xrm.Sdk.Deployment.DeploymentConfigSettings
[<System.CodeDom.Compiler.GeneratedCode("System.Runtime.Serialization", "4.0.0.0")>]
[<System.Diagnostics.DebuggerStepThrough>]
[<System.Runtime.Serialization.DataContract(Name="WebAddressSettings", Namespace="http://schemas.microsoft.com/xrm/2011/Contracts/Deployment")>]
type WebAddressSettings = class
    inherit DeploymentConfigSettings
Public Class WebAddressSettings
Inherits DeploymentConfigSettings
Inheritance
Attributes

Constructors

WebAddressSettings()

Initializes a new instance of the WebAddressSettings class.

Properties

DeploymentSdkRootDomain

Gets or sets the root domain for the deployment Web service (SDK).

DiscoveryRootDomain

Gets or sets the root domain for the discovery Web service.

ExtensionData

Gets or sets the structure that contains extra data.

(Inherited from DeploymentObject)
HelpServerUrl

Gets or sets the URL for help content server.

NlbEnabled

Gets or sets whether network load balancing (NLB) is enabled.

RootDomainScheme

Gets or sets the root domain scheme: http or https.

SdkRootDomain

Gets or sets the root domain for the organization Web service (SDK).

SslHeader

Gets or sets the secured sockets layer (SSL) header.

WebAppRootDomain

Gets or sets the root domain for the Web application.

Applies to