Énumération EndpointType
S'applique à: CRM 2015 on-prem, CRM Online
Identifies the type of service available at an endpoint.
Espace de noms: Microsoft.Xrm.Sdk.Discovery
Assembly: Microsoft.Xrm.Sdk (dans Microsoft.Xrm.Sdk.dll)
Syntaxe
'Déclaration
<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
Membres
Nom du membre | Description |
---|---|
OrganizationDataService | The organization data service. Value = 1. |
OrganizationService | The organization service. Value = 0. |
WebApplication | The Web application service. Value = 2. |
Plateformes
Plateformes de développement
Windows Vista, Windows Server 2003 et
Plateformes cibles
Windows Vista,Windows XP
Voir aussi
Référence
Espace de noms Microsoft.Xrm.Sdk.Discovery
Autres ressources
Helper Code: ServerConnection Class
Send comments about this topic to Microsoft.
© 2014 Microsoft Corporation. All rights reserved.