adTempus API
ArcanaDevelopment.adTempus.Shared Namespace / FileServiceTypes Class / IsValid Method


In This Topic
    IsValid Method
    In This Topic
    Determines whether the specified value is a valid service type.
    Syntax
    'Declaration
     
    
    Public Shared Function IsValid( _
       ByVal value As String _
    ) As Boolean
    public static bool IsValid( 
       string value
    )
    public:
    static bool IsValid( 
       String^ value
    ) 

    Parameters

    value
    See Also