RequestFieldsTypes 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.
specified how the list of fields specified in Request is to be interpreted
This enumeration supports a bitwise combination of its member values.
[System.Flags]
public enum RequestFieldsTypes
[<System.Flags>]
type RequestFieldsTypes =
Public Enum RequestFieldsTypes
- Inheritance
-
RequestFieldsTypes
- Attributes
Fields
Name | Value | Description |
---|---|---|
Reject | 0 | all_properties - (input_list + expensive_props ) |
Request | 1 | when set, brings properties in the list else rejects them |
IncludeExpensiveInResult | 2 | when set also brings expensive properties, else it does not |