'Declaration
Public Overridable Function IsApplicable( _ ByVal DesignMode As System.Boolean _ ) As System.Boolean
'Usage
Dim instance As NClientServerTechnology Dim DesignMode As System.Boolean Dim value As System.Boolean value = instance.IsApplicable(DesignMode)
public virtual System.bool IsApplicable( System.bool DesignMode )
Parameters
- DesignMode
- Indicates if the NClientServerTechnology is being tested in design mode.
Return Value
True if the NClientServerTechnology object can be used; else returns false. The default implementation returns true.