adTempus API
ArcanaDevelopment.adTempus.Shared Namespace / JobQueryParameters Class / TargetComputers Property


In This Topic
    TargetComputers Property
    In This Topic
    List of names of computers (e.g., agents) to return records for
    Syntax
    'Declaration
     
    
    <DataMemberAttribute()>
    Public ReadOnly Property TargetComputers As List(Of String)
    [DataMember()]
    public List<string> TargetComputers {get;}
    [DataMember()]
    public:
    property List<String^>^ TargetComputers {
       List<String^>^ get();
    }
    See Also