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