Validator.CheckId Method (Int32, String, IPropertyValidator)

Inline validation method for ID properties.

Namespace:  Microsoft.TeamFoundation.TestManagement.Client.Internal
Assembly:  Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)

Syntax

'Declaration
Public Shared Sub CheckId ( _
    value As Integer, _
    propertyName As String, _
    propertyValidator As IPropertyValidator _
)
public static void CheckId(
    int value,
    string propertyName,
    IPropertyValidator propertyValidator
)
public:
static void CheckId(
    int value, 
    String^ propertyName, 
    IPropertyValidator^ propertyValidator
)
static member CheckId : 
        value:int * 
        propertyName:string * 
        propertyValidator:IPropertyValidator -> unit
public static function CheckId(
    value : int, 
    propertyName : String, 
    propertyValidator : IPropertyValidator
)

Parameters

.NET Framework Security

See Also

Reference

Validator Class

CheckId Overload

Microsoft.TeamFoundation.TestManagement.Client.Internal Namespace