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