 | EndpointElementrootURI Property |
Gets or sets the root URI.
Namespace:
Koden.Utils.REST.ConfigFileSections
Assembly:
Koden.Utils.REST (in Koden.Utils.REST.dll) Version: 1.0.6464.41815
Syntaxpublic string rootURI { get; set; }
Public Property rootURI As String
Get
Set
public:
property String^ rootURI {
String^ get ();
void set (String^ value);
}
member rootURI : string with get, set
Property Value
Type:
String
The root URI.
See Also