DependencyPropertyOptions Enumeration
.NET Framework (current version)
Note: This API is now obsolete.Namespace:
System.Workflow.ComponentModel
Assembly: System.Workflow.ComponentModel (in System.Workflow.ComponentModel.dll)
Return to top
Represents an enumeration of DependencyProperty options.
This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.
Assembly: System.Workflow.ComponentModel (in System.Workflow.ComponentModel.dll)
| Member name | Description | |
|---|---|---|
| Default | Default option. No noted characteristic. | |
| DelegateProperty | 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 | The DependencyProperty represents metadata. | |
| NonSerialized | ||
| Optional | The DependencyProperty is an optional property. | |
| ReadOnly | The DependencyProperty is read-only. |
Note |
|---|
This material discusses types and namespaces that are obsolete. For more information, see Deprecated Types in Windows Workflow Foundation 4.5. |
.NET Framework
Available since 3.0
Available since 3.0
Show:
