Indicates the open and closed status of the DomainInfo object.
Syntax
value = DomainInfo.Closed
| Part | Description |
|---|---|
| DomainInfo | An object variable that represents the DomainInfo object. |
| value | A returned Boolean value:
True — Closed False — Open |
Applies To
Remarks
This property is read-only. You can use this property to confirm that the domain is actually closed after calling the Close method.
See Also
Close Method