QueryBuildRange.status Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
status() |
Gets or sets the status of an object. |
status(Int32) |
status()
Gets or sets the status of an object.
public:
virtual int status();
public virtual int status ();
abstract member status : unit -> int
override this.status : unit -> int
Public Overridable Function status () As Integer
Returns
The current status of the object.
Remarks
The following values are possible for the status:
Value | Staus |
---|---|
0 | Status Open. |
1 | Status Lock. |
2 | Status Hide. |