Visual Basic (Declaration) | |
---|---|
Public Overridable Property Value As SimpleTaggedType |
Visual Basic (Usage) | ![]() |
---|---|
Dim instance As Variable Dim value As SimpleTaggedType instance.Value = value value = instance.Value |
C# | |
---|---|
public virtual SimpleTaggedType Value {get; set;} |
Managed Extensions for C++ | |
---|---|
public: __property virtual SimpleTaggedType* get_Value(); public: __property virtual void set_Value( SimpleTaggedType* value ); |
C++/CLI | |
---|---|
public: virtual property SimpleTaggedType^ Value { SimpleTaggedType^ get(); void set ( SimpleTaggedType^ value); } |
Property Value
A SimpleTaggedType that contains the value of the Variable.It is the responsibility of either the user or derived classes to ensure the correct SimpleTaggedType is used for the Id specified.
Target Platforms: Microsoft .NET Framework 2.0