Variant.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.
Determines the value of this Variant object.
public:
property long Value { long get(); void set(long value); };
public:
property long long Value { long long get(); void set(long long value); };
public long Value { get; set; }
member this.Value : int64 with get, set
Public Property Value As Long
Property Value
Returns a number that is a literal interpretation of the object's pointer.
Remarks
The value returned from this property is not a conversion from some other type but the actual numerical value of the original variant's pointer. This property has little practical value as a result.