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