public bool VerificationInProgress { get; set; }
Public Property VerificationInProgress As Boolean
Get
Set
public:
property bool VerificationInProgress {
bool get ();
void set (bool value);
}
member VerificationInProgress : bool with get, set