RequestObjectInfo.Flags 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.
flags indicate what must be retrieved
This enumeration supports a bitwise combination of its member values.
[System.Flags]
public enum RequestObjectInfo.Flags
[<System.Flags>]
type RequestObjectInfo.Flags =
Public Enum RequestObjectInfo.Flags
- Inheritance
-
RequestObjectInfo.Flags
- Attributes
Fields
Name | Value | Description |
---|---|---|
None | 0 | retrive none :-) must have something for the implicit 0 |
Properties | 1 | retrive properies |
Children | 2 | retrive children |
Parents | 4 | retrive parents |
ResultTypes | 8 | what ResultTypes are supported |
All | 15 | retrive all |
UrnProperties | 16 | what properties make up the Urn property |