ResolveNameEventArgs::Value Property

 

Gets or sets the object that matches the name.

Namespace:   System.ComponentModel.Design.Serialization
Assembly:  System (in System.dll)

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

Property Value

Type: System::Object^

The object that the name is associated with.

.NET Framework
Available since 1.1
Return to top
Show: