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