PropertyMetadata.Options Property

Definition

Gets or sets the property which represents the option setting for the DependencyProperty associated to this PropertyMetadata.

public:
 property System::Workflow::ComponentModel::DependencyPropertyOptions Options { System::Workflow::ComponentModel::DependencyPropertyOptions get(); void set(System::Workflow::ComponentModel::DependencyPropertyOptions value); };
public System.Workflow.ComponentModel.DependencyPropertyOptions Options { get; set; }
member this.Options : System.Workflow.ComponentModel.DependencyPropertyOptions with get, set
Public Property Options As DependencyPropertyOptions

Property Value

The option setting for the DependencyProperty associated to this PropertyMetadata.

Exceptions

Attempting to set this property when IsSealed is true.

Remarks

The possible values for this property are:

Default

Metadata

NonSerialized

Optional

ReadOnly

Applies to