| Visual Basic (Declaration) | |
|---|---|
Public Property EventIdentification As EventIdentificationType | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As AuditMessage Dim value As EventIdentificationType instance.EventIdentification = value value = instance.EventIdentification | |
| C# | |
|---|---|
public EventIdentificationType EventIdentification {get; set;} | |
| C++/CLI | |
|---|---|
public: property EventIdentificationType^ EventIdentification { EventIdentificationType^ get(); void set ( EventIdentificationType^ value); } | |
Property Value
The event identification for a specific audited event.Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7
Copy Code