EditorOptionAttribute::Value Property

.NET Framework (current version)
 

Gets or sets the value of the attribute.

Namespace:   System.Activities.Presentation.PropertyEditing
Assembly:  System.Activities.Presentation (in System.Activities.Presentation.dll)

public:
property Object^ Value {
	Object^ get();
	void set(Object^ value);
}

Property Value

Type: System::Object^

The value of the attribute.

.NET Framework
Available since 4.5
Return to top
Show: