ObjectPropertyUsages 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.
enumarates possible usages for a property
This enumeration supports a bitwise combination of its member values.
[System.Flags]
public enum ObjectPropertyUsages
[<System.Flags>]
type ObjectPropertyUsages =
Public Enum ObjectPropertyUsages
- Inheritance
-
ObjectPropertyUsages
- Attributes
Fields
Name | Value | Description |
---|---|---|
None | 0 | can't be used much |
Filter | 1 | can be used in filter |
Request | 2 | can be requested |
OrderBy | 4 | cen be ordered by |
All | 7 | can be used everywhere |
Reserved1 | 8 | reserved for usage by the enumerator extensions for example for parent-children internal link -> = Request |