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