 | RESTHeaderUserId Property |
Gets or Sets the User ID
Namespace:
Koden.Utils.REST
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:
StringThe name of the user.
See Also