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