EndpointReference.Details Property

Definition

Gets a collection of the XML elements that are contained in the endpoint reference. The wsa:Address element is not included in the collection.

public:
 property System::Collections::ObjectModel::Collection<System::Xml::XmlElement ^> ^ Details { System::Collections::ObjectModel::Collection<System::Xml::XmlElement ^> ^ get(); };
public System.Collections.ObjectModel.Collection<System.Xml.XmlElement> Details { get; }
member this.Details : System.Collections.ObjectModel.Collection<System.Xml.XmlElement>
Public ReadOnly Property Details As Collection(Of XmlElement)

Property Value

A collection of the XML elements that are contained in the endpoint reference.

Remarks

The collection contains all of the child elements of the wsa:EndpointReference element except the wsa:Address element. The collection is populated by the ReadFrom method.

The Uri property contains the value of the wsa:Address element.

Applies to