EndpointAccessType Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Indicates the type of network access an endpoint has.
For the Web API use the EndpointAccessType EnumType.
public enum class EndpointAccessType
[System.Runtime.Serialization.DataContract(Name="EndpointAccessType", Namespace="http://schemas.microsoft.com/xrm/2011/Contracts/Discovery")]
public enum EndpointAccessType
[<System.Runtime.Serialization.DataContract(Name="EndpointAccessType", Namespace="http://schemas.microsoft.com/xrm/2011/Contracts/Discovery")>]
type EndpointAccessType =
Public Enum EndpointAccessType
- Inheritance
-
EndpointAccessType
- Attributes
Fields
Name | Value | Description |
---|---|---|
Default | 0 | Default access. The actual access is determined by the endpoint URL. Value = 0. |
Internet | 1 | Internet access. Value = 1. |
Intranet | 2 | Intranet access. Value = 2. |