QuickOPC User's Guide and Reference
OverrideBy Method (_UserIdentity)



View with Navigation Tools
OpcLabs.BaseLib Assembly > OpcLabs.BaseLib.IdentityModel.User.ComTypes Namespace > _UserIdentity Interface : OverrideBy Method
User identity with overriding token infos.
Overrides this UserIdentity by other user identity.
Syntax
'Declaration
 
<NotNullAttribute()>
Function OverrideBy( _
   ByVal other As Object _
) As UserIdentity
 
'Usage
 
Dim instance As _UserIdentity
Dim other As Object
Dim value As UserIdentity
 
value = instance.OverrideBy(other)

Parameters

other
User identity with overriding token infos.

Return Value

Returns the new, modified user identity.
Requirements

Target Platforms: .NET Framework: Windows 10 (selected versions), Windows 11 (selected versions), Windows Server 2016, Windows Server 2022; .NET: Linux, macOS, Microsoft Windows

See Also