Opc.Ua.Core
AuditEntryId Property (SystemContext)



Opc.Ua Namespace > SystemContext Class : AuditEntryId Property
The audit log entry associated with the operation (null if not available).
Syntax
'Declaration
 
Public Property AuditEntryId As String
'Usage
 
Dim instance As SystemContext
Dim value As String
 
instance.AuditEntryId = value
 
value = instance.AuditEntryId
public string AuditEntryId {get; set;}
public:
property String^ AuditEntryId {
   String^ get();
   void set (    String^ value);
}

Property Value

The audit entry identifier.
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