SoapServiceEndpoints Property |
Gets or sets the endpoints of this service.
Namespace:
Hummingbird.TestFramework.ExtensionProject
Assembly:
Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntax [DataMemberAttribute]
public ObservableCollection<ServiceConfiguration> Endpoints { get; set; }
<DataMemberAttribute>
Public Property Endpoints As ObservableCollection(Of ServiceConfiguration)
Get
Set
public:
[DataMemberAttribute]
property ObservableCollection<ServiceConfiguration^>^ Endpoints {
ObservableCollection<ServiceConfiguration^>^ get ();
void set (ObservableCollection<ServiceConfiguration^>^ value);
}
[<DataMemberAttribute>]
member Endpoints : ObservableCollection<ServiceConfiguration> with get, set
Property Value
Type:
ObservableCollectionServiceConfiguration
The endpoints.
See Also