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