Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Applies To: Dynamics CRM 2015
Returns the endpoint collection for the connected org.
Namespace:   Microsoft.Xrm.Tooling.CrmConnectControl
Assembly:  Microsoft.Xrm.Tooling.CrmConnectControl (in Microsoft.Xrm.Tooling.CrmConnectControl.dll)
Syntax
public EndpointCollection ConnectedOrgPublishedEndpoints { get; private set; }
public:
property EndpointCollection^ ConnectedOrgPublishedEndpoints {
    EndpointCollection^ get();
    private: void set(EndpointCollection^ value);
}
member ConnectedOrgPublishedEndpoints : EndpointCollection with get, private set
Public Property ConnectedOrgPublishedEndpoints As EndpointCollection
    Get
    Private Set
End Property
Property Value
Type: Microsoft.Xrm.Sdk.Discovery.EndpointCollection
See Also
CrmConnectionManager Class
Microsoft.Xrm.Tooling.CrmConnectControl Namespace
Return to top
© 2016 Microsoft. All rights reserved. Copyright