CONDITIONPROPERTIES enumeration (sdoias.h)

The values of the CONDITIONPROPERTIES enumeration type specify the properties of a Network Access Policy (NAP) condition.

Syntax

typedef enum _CONDITIONPROPERTIES {
  PROPERTY_CONDITION_TEXT
} CONDITIONPROPERTIES;

Constants

 
PROPERTY_CONDITION_TEXT
The text of the NAP condition.

Remarks

The POLICYPROPERTIES enumeration type contains the value PROPERTY_POLICY_CONDITIONS_COLLECTION, which is the property for the conditions collection.

Requirements

Requirement Value
Minimum supported client None supported
Minimum supported server Windows Server 2008
Header sdoias.h

See also

IASCOMMONPROPERTIES

POLICYPROPERTIES