'Declaration
<NotNullAttribute()> Function DefaultTo( _ ByVal other As Object _ ) As UserIdentity
'Usage
Dim instance As _UserIdentity Dim other As Object Dim value As UserIdentity value = instance.DefaultTo(other)
[NotNull()] UserIdentity DefaultTo( object other )
[NotNull()] UserIdentity^ DefaultTo( Object^ other )
Parameters
- other
- User identity with overriding token infos.
Return Value
Returns the new, modified user identity.