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