adTempus API
ArcanaDevelopment.adTempus.Client Namespace / ComputerMonitor Class / MatchOptions Property


In This Topic
    MatchOptions Property
    In This Topic
    Matching options when checking a Web server response.
    Syntax
    'Declaration
     
    
    Public Property MatchOptions As CMResponseMatchOptions
    public CMResponseMatchOptions MatchOptions {get; set;}
    public:
    property CMResponseMatchOptions MatchOptions {
       CMResponseMatchOptions get();
       void set (    CMResponseMatchOptions value);
    }
    See Also