'Declaration
<NotNullAttribute()> Public Shared ReadOnly Property Empty As UserIdentity
'Usage
Dim value As UserIdentity value = UserIdentity.Empty
[NotNull()] public static UserIdentity Empty {get;}
[NotNull()] public: static property UserIdentity^ Empty { UserIdentity^ get(); }
Property Value
The value of this property cannot be null
(Nothing
in Visual Basic).