VCCodeParameter.DefaultExpression Property

Definition

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

public:
 property System::Object ^ DefaultExpression { System::Object ^ get(); void set(System::Object ^ value); };
public:
 property Platform::Object ^ DefaultExpression { Platform::Object ^ get(); void set(Platform::Object ^ value); };
[System.Runtime.InteropServices.DispId(577)]
public object DefaultExpression { [System.Runtime.InteropServices.DispId(577)] get; [System.Runtime.InteropServices.DispId(577)] set; }
[<System.Runtime.InteropServices.DispId(577)>]
[<get: System.Runtime.InteropServices.DispId(577)>]
[<set: System.Runtime.InteropServices.DispId(577)>]
member this.DefaultExpression : obj with get, set
Public Property DefaultExpression As Object

Property Value

The initialization code for an element.

Attributes

Examples

For a similar example of usage, see VCCodeParameter object.

Applies to