OptionsDialogResultStatus Property
|
Namespace: Bricscad.Publishing
Assembly: BrxMgd (in BrxMgd.dll) Version:
21.0.0.15598
Syntax
public Nullable<bool> Status { get; set; }
Public Property Status As Nullable(Of Boolean)
Get
Set
public:
property Nullable<bool> Status {
Nullable<bool> get ();
void set (Nullable<bool> value);
}
member Status : Nullable<bool> with get, set
Property Value
Type:
NullableBoolean
See Also