RetrieveOrganizationsRequest.AccessType Property

Definition

Gets or sets the access type of the organizations' service endpoint.

public:
 property Microsoft::Xrm::Sdk::Discovery::EndpointAccessType AccessType { Microsoft::Xrm::Sdk::Discovery::EndpointAccessType get(); void set(Microsoft::Xrm::Sdk::Discovery::EndpointAccessType value); };
[System.Runtime.Serialization.DataMember(IsRequired=false)]
public Microsoft.Xrm.Sdk.Discovery.EndpointAccessType AccessType { get; set; }
[<System.Runtime.Serialization.DataMember(IsRequired=false)>]
member this.AccessType : Microsoft.Xrm.Sdk.Discovery.EndpointAccessType with get, set
Public Property AccessType As EndpointAccessType

Property Value

The access type of the organizations' service endpoint.

Attributes

Remarks

Indicates the type of network access an endpoint has.

Applies to