EventGuid Property
See Also 
SourceCode.EventBus.Management Namespace > LogCustomEvent Class : EventGuid Property



Glossary Item Box

Gets or sets the event unique identifier.

Syntax

Visual Basic (Declaration) 
Public Property EventGuid As Guid
Visual Basic (Usage)Copy Code
Dim instance As LogCustomEvent
Dim value As Guid
 
instance.EventGuid = value
 
value = instance.EventGuid
C# 
public Guid EventGuid {get; set;}
C++/CLI 
public:
property Guid EventGuid {
   Guid get();
   void set (    Guid value);
}

Property Value

The event unique 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