'Declaration
<DefaultValueAttribute("")> Public ReadOnly Property ValueType As Type
'Usage
Dim instance As ValueArguments Dim value As Type value = instance.ValueType
[DefaultValue("")] public Type ValueType {get;}
[DefaultValue("")] public: property Type^ ValueType { Type^ get(); }