OrganizationDetail.Endpoints Property
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.
Gets a collection that identifies the service type and address for each endpoint of the organization.
public:
property Microsoft::Xrm::Sdk::Discovery::EndpointCollection ^ Endpoints { Microsoft::Xrm::Sdk::Discovery::EndpointCollection ^ get(); };
[System.Runtime.Serialization.DataMember]
public Microsoft.Xrm.Sdk.Discovery.EndpointCollection Endpoints { get; }
[<System.Runtime.Serialization.DataMember>]
member this.Endpoints : Microsoft.Xrm.Sdk.Discovery.EndpointCollection
Public ReadOnly Property Endpoints As EndpointCollection
Property Value
The collection that identifies the service type and address for each endpoint of the organization.
- Attributes