EndpointType Enumeration
Applies To: Dynamics CRM 2015
Identifies the type of service available at an endpoint.
Namespace: Microsoft.Xrm.Sdk.Organization
Assembly: Microsoft.Xrm.Sdk (in Microsoft.Xrm.Sdk.dll)
Syntax
[DataContractAttribute(Name = "EndpointType", Namespace = "https://schemas.microsoft.com/xrm/2014/Contracts")]
public enum EndpointType
[DataContractAttribute(Name = "EndpointType", Namespace = "https://schemas.microsoft.com/xrm/2014/Contracts")]
public enum class EndpointType
[<DataContractAttribute(Name = "EndpointType", Namespace = "https://schemas.microsoft.com/xrm/2014/Contracts")>]
type EndpointType
<DataContractAttribute(Name := "EndpointType", Namespace := "https://schemas.microsoft.com/xrm/2014/Contracts")>
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.Organization Namespace
Return to top
© 2016 Microsoft. All rights reserved. Copyright