Gets or sets the custom event instance unique identifier.
Syntax
Visual Basic (Declaration) | |
---|
Public Property CustomEventInstanceGuid As Guid
|
Visual Basic (Usage) | Copy Code |
---|
Dim instance As LogCustomEventInstance
Dim value As Guid
instance.CustomEventInstanceGuid = value
value = instance.CustomEventInstanceGuid
|
C# | |
---|
public Guid CustomEventInstanceGuid {get; set;}
|
C++/CLI | |
---|
public:
property Guid CustomEventInstanceGuid {
Guid get();
void set ( Guid value);
}
|
Property Value
The custom event instance 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