EndpointAccessType Enumeration

Applies To: Microsoft Dynamics CRM 2013, Microsoft Dynamics CRM Online

Indicates the type of network access an endpoint has.

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

Syntax

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

Members

Member name Description
Default Default access. The actual access is determined by the endpoint URL. Value = 0.
Internet Internet access. Value = 1.
Intranet Intranet access. Value = 2.

Platforms

Development Platforms

Windows Server 2008, Windows Server 2012, Windows 7 (All Versions), Windows 8 (All Versions)

Target Platforms

Windows Server 2008, ,Windows Server 2012, ,Windows 7 (All Versions),

See Also

Reference

Microsoft.Xrm.Sdk.Discovery Namespace

Other Resources

Sample: Access the Discovery Service

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