'Declaration<JetBrains.Annotations.CanBeNullAttribute()> ReadOnly Property UserIdentity As IUserIdentity
'UsageDim instance As IIdentityContext Dim value As IUserIdentity value = instance.UserIdentity
[JetBrains.Annotations.CanBeNull()] IUserIdentity UserIdentity {get;}
[JetBrains.Annotations.CanBeNull()] property IUserIdentity^ UserIdentity { IUserIdentity^ get(); }
Property Value
The value of this property can be null (Nothing in Visual Basic).