TaskManagerEventArgsQueues Property |
The ids of the queues related to the event, if applicable.
Namespace:
MFiles.VAF.AppTasks
Assembly:
MFiles.VAF (in MFiles.VAF.dll) Version: 2.3.623.2
Syntaxpublic IReadOnlyList<string> Queues { get; }
Public ReadOnly Property Queues As IReadOnlyList(Of String)
Get
public:
property IReadOnlyList<String^>^ Queues {
IReadOnlyList<String^>^ get ();
}
Property Value
Type:
IReadOnlyListString
See Also