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