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


In This Topic
    SaveToLocation Property (ComputerMonitor)
    In This Topic
    The location to save the response to.
    Syntax
    'Declaration
     
    
    <CanBeNullAttribute()>
    Public Property SaveToLocation As String
    [CanBeNull()]
    public string SaveToLocation {get; set;}
    [CanBeNull()]
    public:
    property String^ SaveToLocation {
       String^ get();
       void set (    String^ value);
    }
    See Also