adTempus API
ArcanaDevelopment.adTempus.Client Namespace / FileCondition Class / Filespec Property


In This Topic
    Filespec Property
    In This Topic
    The name or pattern to look for
    Syntax
    'Declaration
     
    
    Public Property Filespec As String
    public string Filespec {get; set;}
    public:
    property String^ Filespec {
       String^ get();
       void set (    String^ value);
    }
    See Also