[]
Variant COM.
public struct Variant
Gets the type of the element.
[CLSCompliant(false)]
public VariantElementType ElementType { get; set; }
The type of the element.
Gets the primitive Type.
public Type PrimitiveType { get; }
Gets the type.
[CLSCompliant(false)]
public VariantType Type { get; set; }
Gets or sets the value.
public object Value { get; set; }