AddressScheme Enumeration

 

Applies To: Dynamics CRM 2015

The address scheme: http or https.

Namespace:   Microsoft.Xrm.Sdk.Deployment
Assembly:  Microsoft.Xrm.Sdk.Deployment (in Microsoft.Xrm.Sdk.Deployment.dll)

Syntax

[DataContractAttribute(Name = "AddressScheme", Namespace = "http://schemas.datacontract.org/2004/07/Microsoft.Xrm.Sdk.Deployment")]
public enum AddressScheme
[DataContractAttribute(Name = "AddressScheme", Namespace = "http://schemas.datacontract.org/2004/07/Microsoft.Xrm.Sdk.Deployment")]
public enum class AddressScheme
[<DataContractAttribute(Name = "AddressScheme", Namespace = "http://schemas.datacontract.org/2004/07/Microsoft.Xrm.Sdk.Deployment")>]
type AddressScheme
<DataContractAttribute(Name := "AddressScheme", Namespace := "http://schemas.datacontract.org/2004/07/Microsoft.Xrm.Sdk.Deployment")>
Public Enumeration AddressScheme

Members

Member name Description
http

The address scheme is hypertext transfer protocol.

https

The address scheme is secure hypertext transfer protocol.

See Also

RootDomainScheme
Microsoft.Xrm.Sdk.Deployment Namespace

Return to top

© 2016 Microsoft. All rights reserved. Copyright