'Declaration
Public Shared Function ExitCodeTestTypeDescription( _ ByVal ComparisonOperator As ExitCodeTestType, _ ByVal ExitCodeMin As Nullable(Of Integer), _ ByVal ExitCodeMax As Nullable(Of Integer), _ ByVal exitCodeRange As String _ ) As String
public static string ExitCodeTestTypeDescription( ExitCodeTestType ComparisonOperator, Nullable<int> ExitCodeMin, Nullable<int> ExitCodeMax, string exitCodeRange )
public: static String^ ExitCodeTestTypeDescription( ExitCodeTestType ComparisonOperator, Nullable<int> ExitCodeMin, Nullable<int> ExitCodeMax, String^ exitCodeRange )
Parameters
- ComparisonOperator
- The ExitCodeTestType used for the rule.
- ExitCodeMin
- The minimum exit code, if applicable.
- ExitCodeMax
- The maximum exit code, if applicable.
- exitCodeRange