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