IsRegistered(ICommandRequestValidator) Method

Summary

Determines whether the specified validator is registered.

Syntax
C#
VB
C++
public static bool IsRegistered( 
   ICommandRequestValidator validator 
) 
  
Public Overloads Shared Function IsRegistered( _ 
   ByVal validator As ICommandRequestValidator _ 
) As Boolean 
public: 
static bool IsRegistered(  
   ICommandRequestValidator^ validator 
)  

Parameters

validator
The validator to check.

Return Value

true if the specified validator is registered; otherwise, false.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.Scp Assembly