UserRegistrationRejectionReason Property | |
Get or set Rejection reason
Namespace:
PSI.Sox
Assembly:
PSI.Sox (in PSI.Sox.dll) Version: 2.1
Syntax [DataMemberAttribute(EmitDefaultValue = false)]
public string RejectionReason { get; set; }
public:
[DataMemberAttribute(EmitDefaultValue = false)]
property String^ RejectionReason {
String^ get ();
void set (String^ value);
}
function get_RejectionReason();
function set_RejectionReason(value);
Property Value
Type:
StringSee Also