Closed Property

English Query

English Query

Closed Property

Indicates the open and closed status of the DomainInfo object.

Applies To

DomainInfo Object

Syntax

DomainInfo.Closed [= value]

Parts

DomainInfo

An object variable that represents the DomainInfo object.

value

A returned Boolean value.

Value Description
TRUE Closed
FALSE Open
Remarks

This property is read-only. You can use this property to confirm that the model is actually closed after calling the Close method.

See Also

Close Method