UserRegistrationRegistrationKey Property | |
Get or set registration key
Namespace:
PSI.Sox
Assembly:
PSI.Sox (in PSI.Sox.dll) Version: 2.1
Syntax [DataMemberAttribute(EmitDefaultValue = false)]
public string RegistrationKey { get; set; }
public:
[DataMemberAttribute(EmitDefaultValue = false)]
property String^ RegistrationKey {
String^ get ();
void set (String^ value);
}
function get_RegistrationKey();
function set_RegistrationKey(value);
Property Value
Type:
StringSee Also