EndpointType Enum

Definition

Identifies the type of service available at an endpoint.

For the Web API use the EndpointType EnumType.

public enum class EndpointType
[System.Runtime.Serialization.DataContract(Name="EndpointType", Namespace="http://schemas.microsoft.com/xrm/2011/Contracts/Discovery")]
public enum EndpointType
[<System.Runtime.Serialization.DataContract(Name="EndpointType", Namespace="http://schemas.microsoft.com/xrm/2011/Contracts/Discovery")>]
type EndpointType = 
Public Enum EndpointType
Inheritance
EndpointType
Attributes

Fields

OrganizationDataService 1

The organization data service. Value = 1.

OrganizationService 0

The organization service. Value = 0.

WebApplication 2

The Web application service. Value = 2.

Applies to