DisplayEntryValueType 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.
Specifies the type of entry value.
public enum class DisplayEntryValueType
public enum DisplayEntryValueType
type DisplayEntryValueType =
Public Enum DisplayEntryValueType
- Inheritance
-
DisplayEntryValueType
Fields
Name | Value | Description |
---|---|---|
Property | 0 | The value is a property. Look for a property with the specified name. |
ScriptBlock | 1 | The value is a scriptblock. Evaluate the script block and fill the entry with the result. |