'Declaration
<DefaultValueAttribute(0)> Public Property Value As Long
'Usage
Dim instance As UAEnumValue Dim value As Long instance.Value = value value = instance.Value
[DefaultValue(0)] public long Value {get; set;}
[DefaultValue(0)] public: property int64 Value { int64 get(); void set ( int64 value); }