Sdílet prostřednictvím


ExTimeZoneHelperForMigrationOnly.CheckValidationLevel<Arg0> Method (Boolean, ExTimeZoneHelperForMigrationOnly.ValidationLevel, String, Arg0)

Namespace:  Microsoft.Exchange.ExchangeSystem
Assembly:  Microsoft.Exchange.Net (in Microsoft.Exchange.Net.dll)

Syntax

'Declaration
Public Shared Sub CheckValidationLevel(Of Arg0) ( _
    condition As Boolean, _
    level As ExTimeZoneHelperForMigrationOnly.ValidationLevel, _
    message As String, _
    arg0 As Arg0 _
)
'Usage
Dim condition As Boolean
Dim level As ExTimeZoneHelperForMigrationOnly.ValidationLevel
Dim message As String
Dim arg0 As Arg0

ExTimeZoneHelperForMigrationOnly.CheckValidationLevel(condition, _
    level, message, arg0)
public static void CheckValidationLevel<Arg0>(
    bool condition,
    ExTimeZoneHelperForMigrationOnly.ValidationLevel level,
    string message,
    Arg0 arg0
)

Type Parameters

  • Arg0

Parameters

  • arg0
    Type: Arg0