PropertyTypes Enum

Definition

Specifies the property types to select when calling the FindAllProperties(PropertyTypes) method.

This enumeration supports a bitwise combination of its member values.

public enum class PropertyTypes
[System.Flags]
public enum PropertyTypes
[<System.Flags>]
type PropertyTypes = 
Public Enum PropertyTypes
Inheritance
PropertyTypes
Attributes

Fields

Indexed 2

A property that is indexed.

InGlobalCatalog 4

A property that is replicated in the global catalog.

Applies to

See also