EndpointType Enum
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.
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
Name | Value | Description |
---|---|---|
OrganizationService | 0 | The organization service. Value = 0. |
OrganizationDataService | 1 | The organization data service. Value = 1. |
WebApplication | 2 | The Web application service. Value = 2. |