'Declaration<JetBrains.Annotations.NotNullAttribute()> Function DefaultTo( _ ByVal other As Object _ ) As UserIdentityInfo
'UsageDim instance As _UserIdentityInfo Dim other As Object Dim value As UserIdentityInfo value = instance.DefaultTo(other)
[JetBrains.Annotations.NotNull()] UserIdentityInfo DefaultTo( object other )
[JetBrains.Annotations.NotNull()] UserIdentityInfo^ DefaultTo( Object^ other )
Parameters
- other
- User identity info with overriding token infos.
The value of this parameter cannot be
null(Nothingin Visual Basic).
Return Value
This method never returns null (Nothing in Visual Basic).
This return value of this method should not be ignored.