Enumeração EndpointType

Aplica-se a: CRM 2015 on-prem, CRM Online

Identifies the type of service available at an endpoint.

Namespace: Microsoft.Xrm.Sdk.Discovery
Assembly: Microsoft.Xrm.Sdk (em Microsoft.Xrm.Sdk.dll)

Sintaxe

'Declaração
<DataContractAttribute(Name:="EndpointType", Namespace:="https://schemas.microsoft.com/xrm/2011/Contracts/Discovery")> _
Public Enumeration EndpointType
[DataContractAttribute(Name="EndpointType", Namespace="https://schemas.microsoft.com/xrm/2011/Contracts/Discovery")] 
public enum EndpointType

Membros

Nome do membro Descrição
OrganizationDataService The organization data service. Value = 1.
OrganizationService The organization service. Value = 0.
WebApplication The Web application service. Value = 2.

Plataformas

Plataformas de desenvolvimento

Windows Vista, Windows Server 2003 e

Plataformas de destino

Windows Vista,Windows XP

Consulte também

Referência

Namespace Microsoft.Xrm.Sdk.Discovery

Outros recursos

Helper Code: ServerConnection Class

Send comments about this topic to Microsoft.
© 2014 Microsoft Corporation. All rights reserved.