CrmServiceClient.ConnectedOrgPublishedEndpoints 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.
Returns the endpoint collection for the connected org.
public:
property Microsoft::Xrm::Sdk::Discovery::EndpointCollection ^ ConnectedOrgPublishedEndpoints { Microsoft::Xrm::Sdk::Discovery::EndpointCollection ^ get(); };
public Microsoft.Xrm.Sdk.Discovery.EndpointCollection ConnectedOrgPublishedEndpoints { get; }
member this.ConnectedOrgPublishedEndpoints : Microsoft.Xrm.Sdk.Discovery.EndpointCollection
Public ReadOnly Property ConnectedOrgPublishedEndpoints As EndpointCollection