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