'Declaration
Public Function New( _ ByVal name As String, _ ByVal definition As String, _ ByVal severity As Integer, _ ByVal description As String _ )
'Usage
Dim name As String Dim definition As String Dim severity As Integer Dim description As String Dim instance As New AESubconditionElement(name, definition, severity, description)
public AESubconditionElement( string name, string definition, int severity, string description )
public: AESubconditionElement( String^ name, String^ definition, int severity, String^ description )
Parameters
- name
The value of this parameter cannot be
null
(Nothing
in Visual Basic).- definition
The value of this parameter cannot be
null
(Nothing
in Visual Basic).- severity
- description
The value of this parameter cannot be
null
(Nothing
in Visual Basic).