ObjectPropertyRetrievalBehavior 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.
Defines the default behavior for instances when a property list is not specified.
public enum class ObjectPropertyRetrievalBehavior
public enum ObjectPropertyRetrievalBehavior
type ObjectPropertyRetrievalBehavior =
Public Enum ObjectPropertyRetrievalBehavior
- Inheritance
-
ObjectPropertyRetrievalBehavior
Fields
Name | Value | Description |
---|---|---|
All | 0 | Specifies the retrieval of all the properties of the instance. |
None | 1 | Specifies the retrieval of no properties of the instance. |