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