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