Closed Property

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

DomainInfo

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


(c) 1996-1998 Microsoft Corporation. All Rights Reserved.