Share via


MSFT_SomFilterStatus class

Represents the status of a MSFT_SomFilter object.

The following syntax is simplified from MOF code and includes all inherited properties.

Syntax

[Dynamic, Provider("PolicStatus")]
class MSFT_SomFilterStatus
{
  string  Domain;
  boolean SchemaAvailable;
  boolean ContainerAvailable;
};

Members

The MSFT_SomFilterStatus class has these types of members:

Properties

The MSFT_SomFilterStatus class has these properties.

ContainerAvailable

Data type: boolean

Access type: Read-only

Indicates whether the container of the MSFT_SomFilter object is available. True if the container is available; otherwise false.

Domain

Data type: string

Access type: Read-only

Qualifiers: key

Gets the domain of the MSFT_SomFilter object in DNS format. For example, "microsoft.com".

SchemaAvailable

Data type: boolean

Access type: Read-only

Indicates whether the schema of the MSFT_SomFilter object is available. True if the schema is available; otherwise false.

Requirements

Minimum supported client
Windows 8
Minimum supported server
Windows Server 2012
Namespace
Root\policy
MOF
PolicMan.mof
DLL
PolicMan.dll

See also

MSFT_Rule