DependencyPropertyOptions Enum

Definition

Caution

The System.Workflow.* types are deprecated. Instead, please use the new types from System.Activities.*

Represents an enumeration of DependencyProperty options.

This enumeration supports a bitwise combination of its member values.

public enum class DependencyPropertyOptions
[System.Flags]
public enum DependencyPropertyOptions
[System.Flags]
[System.Obsolete("The System.Workflow.* types are deprecated.  Instead, please use the new types from System.Activities.*")]
public enum DependencyPropertyOptions
[<System.Flags>]
type DependencyPropertyOptions = 
[<System.Flags>]
[<System.Obsolete("The System.Workflow.* types are deprecated.  Instead, please use the new types from System.Activities.*")>]
type DependencyPropertyOptions = 
Public Enum DependencyPropertyOptions
Inheritance
DependencyPropertyOptions
Attributes

Fields

Default 1

Default option. No noted characteristic.

DelegateProperty 32

This option is used to specify whether or not a property is of type Delegate. It is important to use this to disambiguate the delegate properties from events.

Metadata 8

The DependencyProperty represents metadata.

NonSerialized 16

The DependencyProperty is not serialized.

Optional 4

The DependencyProperty is an optional property.

ReadOnly 2

The DependencyProperty is read-only.

Remarks

Note

This material discusses types and namespaces that are obsolete. For more information, see Deprecated Types in Windows Workflow Foundation 4.5.

Applies to