Visual Basic (Declaration) | |
---|---|
Public Function New( _ ByVal EventType() As CodedValueType _ ) |
Visual Basic (Usage) | Copy Code |
---|---|
Dim EventType() As CodedValueType Dim instance As New SecurityAlertMessage(EventType) |
C# | |
---|---|
public SecurityAlertMessage( CodedValueType[] EventType ) |
C++/CLI | |
---|---|
public: SecurityAlertMessage( array<CodedValueType^>^ EventType ) |
Parameters
- EventType
- Type of the event.
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7