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