ClientContextUser Property | |
Gets or sets User
Namespace:
PSI.Sox
Assembly:
PSI.Sox (in PSI.Sox.dll) Version: 2.1
Syntax public UserInfo User { get; set; }
public:
property UserInfo^ User {
UserInfo^ get ();
void set (UserInfo^ value);
}
function get_User();
function set_User(value);
Property Value
Type:
UserInfoSee Also