| Visual Basic (Declaration) | |
|---|---|
<XmlAttributeAttribute()> Public Property EventActionCode As EventIdentificationTypeEventActionCode | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
[XmlAttributeAttribute()] public EventIdentificationTypeEventActionCode EventActionCode {get; set;} | |
| C++/CLI | |
|---|---|
[XmlAttributeAttribute()] public: property EventIdentificationTypeEventActionCode EventActionCode { EventIdentificationTypeEventActionCode get(); void set (EventIdentificationTypeEventActionCode value); } | |
Return Value
The event action code.Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family
Copy Code