GetBehaviorsExpand 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.
Expand options to fetch fields for behaviors API.
public enum GetBehaviorsExpand
type GetBehaviorsExpand =
Public Enum GetBehaviorsExpand
- Inheritance
-
GetBehaviorsExpand
Fields
| Name | Value | Description |
|---|---|---|
| None | 0 | Default none option. |
| Fields | 1 | This option returns fields associated with a behavior. |
| CombinedFields | 2 | This option returns fields associated with this behavior and all behaviors from which it inherits. |