VCCodeParameter::DefaultExpression Property

 

Gets or sets an object defining the initialization code for an element.

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

property Object^ DefaultExpression {
	Object^ get();
	void set(Object^ value);
}

Property Value

Type: System::Object^

The initialization code for an element.

For a similar example of usage, see VCCodeParameter object.

Return to top
Show: