Opc.Ua.Core
AuditEntryId Property (ISystemContext)



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

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

ISystemContext Interface
ISystemContext Members