EndpointCollection Class
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.
A collection of service endpoints.
public ref class EndpointCollection sealed : Microsoft::Xrm::Sdk::DataCollection<Microsoft::Xrm::Sdk::Discovery::EndpointType, System::String ^>
[System.Runtime.Serialization.CollectionDataContract(Name="EndpointCollection", Namespace="http://schemas.microsoft.com/xrm/2011/Contracts/Discovery")]
public sealed class EndpointCollection : Microsoft.Xrm.Sdk.DataCollection<Microsoft.Xrm.Sdk.Discovery.EndpointType,string>
[<System.Runtime.Serialization.CollectionDataContract(Name="EndpointCollection", Namespace="http://schemas.microsoft.com/xrm/2011/Contracts/Discovery")>]
type EndpointCollection = class
inherit DataCollection<EndpointType, string>
Public NotInheritable Class EndpointCollection
Inherits DataCollection(Of EndpointType, String)
- Inheritance
- Attributes
Remarks
Typically used to identify each available service, and the service address, for an organization.
For the Web API the corresponding type is EndpointCollection ComplexType.
Constructors
EndpointCollection() |
Initializes a new instance of the EndpointCollection class. |
Properties
Count |
Gets the number of elements in the collection. (Inherited from DataCollection<TKey,TValue>) |
IsReadOnly |
Gets a value indicating whether the DataCollection<TKey,TValue> is read-only. (Inherited from DataCollection<TKey,TValue>) |
Item[TKey] |
Gets or sets the value associated with the specified key. (Inherited from DataCollection<TKey,TValue>) |
Keys |
Gets a collection containing the keys in the DataCollection<TKey,TValue>. (Inherited from DataCollection<TKey,TValue>) |
Values |
Gets a collection containing the values in the DataCollection<TKey,TValue>. (Inherited from DataCollection<TKey,TValue>) |
Methods
Explicit Interface Implementations
IEnumerable.GetEnumerator() |
Returns an enumerator that iterates through the collection. (Inherited from DataCollection<TKey,TValue>) |