'Declaration
<DebuggerBrowsableAttribute(DebuggerBrowsableState.Never)> <BrowsableAttribute(False)> <NotNullAttribute()> Public Shared Shadows ReadOnly Property Default As UAReadParameters
'Usage
Dim value As UAReadParameters value = UAReadParameters.Default
[DebuggerBrowsable(DebuggerBrowsableState.Never)] [Browsable(false)] [NotNull()] public new static UAReadParameters Default {get;}
[DebuggerBrowsable(DebuggerBrowsableState.Never)] [Browsable(false)] [NotNull()] public: new static property UAReadParameters^ Default { UAReadParameters^ get(); }