VCCodeParameter.DefaultExpression Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.