adTempus API
ArcanaDevelopment.adTempus.Shared Namespace / TokenSearchOptions Class / SearchForVariableNames Field


In This Topic
    SearchForVariableNames Field
    In This Topic
    List of Job Variable names to search for
    Syntax
    'Declaration
     
    
    <DataMemberAttribute()>
    Public ReadOnly SearchForVariableNames As List(Of String)
    [DataMember()]
    public readonly List<string> SearchForVariableNames
    [DataMember()]
    public:
    readonly List<String^>^ SearchForVariableNames
    Remarks
    If the list is empty, all Job Variable references will be returned.
    See Also