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