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