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