| CtrlQueueQueue Property |
[This is preliminary documentation and is subject to change.]
Array of strings containing the entire queue in CSV format
Namespace:
dss_sharp
Assembly:
dss_sharp (in dss_sharp.dll) Version: 1.0.0
Syntax public string[] Queue { get; }
Public ReadOnly Property Queue As String()
Get
public:
property array<String^>^ Queue {
array<String^>^ get ();
}
member Queue : string[] with get
Property Value
Type:
StringSee Also