Share via


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)

Syntax

'Declaration
Property DefaultExpression As Object
    Get
    Set
Object DefaultExpression { get; set; }
property Object^ DefaultExpression {
    Object^ get ();
    void set (Object^ value);
}
abstract DefaultExpression : Object with get, set
function get DefaultExpression () : Object
function set DefaultExpression (value : Object)

Property Value

Type: System.Object
The initialization code for an element.

Examples

For a similar example of usage, see VCCodeParameter object.

.NET Framework Security

See Also

Reference

VCCodeParameter Interface

Microsoft.VisualStudio.VCCodeModel Namespace