Visual Basic (Declaration) | |
---|---|
<XmlIgnoreAttribute()> Public Property EventActionCodeSpecified As Boolean |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
[XmlIgnoreAttribute()] public bool EventActionCodeSpecified {get; set;} |
C++/CLI | |
---|---|
[XmlIgnoreAttribute()] public: property bool EventActionCodeSpecified { bool get(); void set (bool value); } |
Return Value
true
if [event action code specified]; otherwise, false
.
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family