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