OrganizationDetail.Endpoints Property

 

Applies To: Dynamics CRM 2015

Gets a collection that identifies the service type and address for each endpoint of the organization.

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

Syntax

[DataMemberAttribute]
public EndpointCollection Endpoints { get; internal set; }
public:
[DataMemberAttribute]
property EndpointCollection^ Endpoints {
    EndpointCollection^ get();
    internal: void set(EndpointCollection^ value);
}
[<DataMemberAttribute>]
member Endpoints : EndpointCollection with get, internal set
<DataMemberAttribute>
Public Property Endpoints As EndpointCollection
    Get
    Friend Set
End Property

Property Value

Type: Microsoft.Xrm.Sdk.Discovery.EndpointCollection

Type: EndpointCollection
The collection that identifies the service type and address for each endpoint of the organization.

See Also

OrganizationDetail Class
Microsoft.Xrm.Sdk.Discovery Namespace

Return to top

© 2016 Microsoft. All rights reserved. Copyright