| QueueEntryEventQueue Property |
Get/Set the name of the queue that contains this entry.
Namespace: AsterNET.Manager.EventAssembly: AsterNET (in AsterNET.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public string Queue { get; set; }
Public Property Queue As String
Get
Set
public:
property String^ Queue {
String^ get ();
void set (String^ value);
}
member Queue : string with get, set
Property Value
Type:
StringSee Also