Opc.Ua.Core
UserIdentity Property (SystemContext)



Opc.Ua Namespace > SystemContext Class : UserIdentity Property
The identity of the user.
Syntax
'Declaration
 
Public Property UserIdentity As IUserIdentity
'Usage
 
Dim instance As SystemContext
Dim value As IUserIdentity
 
instance.UserIdentity = value
 
value = instance.UserIdentity
public IUserIdentity UserIdentity {get; set;}
public:
property IUserIdentity^ UserIdentity {
   IUserIdentity^ get();
   void set (    IUserIdentity^ value);
}

Property Value

The user identity.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

SystemContext Class
SystemContext Members