DisplayEntryValueType Enum

Definition

Specifies the type of entry value.

public enum class DisplayEntryValueType
public enum DisplayEntryValueType
type DisplayEntryValueType = 
Public Enum DisplayEntryValueType
Inheritance
DisplayEntryValueType

Fields

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.

Applies to