Share via


IfdSettings Class

Definition

Contains settings for configuring Internet-facing deployments (IFDs).

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

Constructors

IfdSettings()

Initializes a new instance of the IfdSettings class.

Properties

DiscoveryWebServiceRootDomain

Gets or sets the discovery web service domain.

Enabled

Gets or sets a value that indicates whether Internet-facing deployment (IFD) is enabled.

ExtensionData

Gets or sets the structure that contains extra data.

(Inherited from DeploymentObject)
ExternalDomain

Gets or sets the external domain value for Internet-facing deployment (IFD).

IntranetAccessEnabled

Gets or sets a value that indicates whether intranet access is enabled.

OrganizationWebServiceRootDomain

Gets or sets the organization web service domain.

WebApplicationRootDomain

Gets or sets the web application server domain.

Applies to