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