The value of the property.
[Visual Basic] Property Value As Object [C#] object Value {get; set;} [C++] Object* get_Value() = 0;void set_Value(Object*) = 0; [JScript] abstract function get Value() : Object; public abstract function set Value(Object);
The value of the property.
This can be a Variant or any expression type. See ICodeSourceFile for more information about expressions.
ICodePropertySetStatement Interface | ICodePropertySetStatement Members | System.ComponentModel.Design.CodeModel Namespace | ICodeSourceFile