PropertyTypes Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- Attributes
Fields
Name | Value | Description |
---|---|---|
Indexed | 2 | A property that is indexed. |
InGlobalCatalog | 4 | A property that is replicated in the global catalog. |
Applies to
See also
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.