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