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