QueueTableName Property (OracleQueueTable)
In This Topic
Gets or sets the name of the database table which will contain queues.
Syntax
'Declaration
Public Property QueueTableName As String
public string QueueTableName {get; set;}
Property Value
The name of the database table which will contain queues.
See Also