WizComboClass::Value Property

 

Gets or sets the data for the object.

Namespace:   Microsoft.VisualStudio.VsWizard
Assembly:  Microsoft.VisualStudio.VsWizard (in Microsoft.VisualStudio.VsWizard.dll)

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

Property Value

Type: System::String^

The value of the object.

Return to top
Show: