 | RESTConfigSettingsEndpoints Property |
Gets an Enumerable list of REST Libraries defined in config section.
Namespace:
Koden.Utils.REST.ConfigFileSections
Assembly:
Koden.Utils.REST (in Koden.Utils.REST.dll) Version: 1.0.6464.41815
Syntaxpublic IEnumerable<EndpointElement> Endpoints { get; }
Public ReadOnly Property Endpoints As IEnumerable(Of EndpointElement)
Get
public:
property IEnumerable<EndpointElement^>^ Endpoints {
IEnumerable<EndpointElement^>^ get ();
}
member Endpoints : IEnumerable<EndpointElement> with get
Property Value
Type:
IEnumerableEndpointElement
The sp libraries.
See Also