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