EndpointType Enumeration
Applies To: Dynamics 365 (online), Dynamics 365 (on-premises), Dynamics CRM 2016, Dynamics CRM Online
Identifies the type of service available at an endpoint.
For the Web API use the EndpointType EnumType.
Namespace: Microsoft.Xrm.Sdk.Discovery
Assembly: Microsoft.Xrm.Sdk (in Microsoft.Xrm.Sdk.dll)
Syntax
[DataContractAttribute(Name = "EndpointType", Namespace = "https://schemas.microsoft.com/xrm/2011/Contracts/Discovery")]
public enum EndpointType
<DataContractAttribute(Name := "EndpointType", Namespace := "https://schemas.microsoft.com/xrm/2011/Contracts/Discovery")>
Public Enumeration EndpointType
Members
Member name | Description | |
---|---|---|
OrganizationDataService | The organization data service. Value = 1. |
|
OrganizationService | The organization service. Value = 0. |
|
WebApplication | The Web application service. Value = 2. |
See Also
Microsoft.Xrm.Sdk.Discovery Namespace
Helper code: ServerConnection class
Return to top
Microsoft Dynamics 365
© 2016 Microsoft. All rights reserved. Copyright