'Declaration
<JetBrains.Annotations.NotNullAttribute()> Property UserIdentity As UserIdentity
'Usage
Dim instance As _UAEnhancedClientSessionParameters Dim value As UserIdentity instance.UserIdentity = value value = instance.UserIdentity
[JetBrains.Annotations.NotNull()] UserIdentity UserIdentity {get; set;}
[JetBrains.Annotations.NotNull()] property UserIdentity^ UserIdentity { UserIdentity^ get(); void set ( UserIdentity^ value); }
Property Value
The value of this property cannot be null
(Nothing
in Visual Basic).