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


In This Topic
    Target Property
    In This Topic
    The name or address of the target computer.
    Syntax
    'Declaration
     
    
    <CanBeNullAttribute()>
    Public Property Target As String
    [CanBeNull()]
    public string Target {get; set;}
    [CanBeNull()]
    public:
    property String^ Target {
       String^ get();
       void set (    String^ value);
    }
    See Also