PropertyDefFlags Enumeration

See Also

This enumeration is used to define specific characteristics of a property definition. The absence of the flag signifies that the option is not set.

enum {
      PROPERTY_INVERTED  = 1
} PropertyDefFlags;
Value Description
PROPERTY_INVERTED Specifies that the property is to be stored in inverted form; that is, a column is not reserved in the SQL table that contains the properties for the implementing interface. Instances of this property will only exist for objects that have a value set for the property. The property is restricted to the string data type.

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