VariableClass.Value 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 the value assigned to the variable.
public:
virtual property System::Object ^ default { System::Object ^ get(); void set(System::Object ^ value); };
public virtual object this { get; set; }
member this.Value : obj with get, set
Default Public Overridable Property Value As Object
Property Value
The value assigned to the variable.