IDestination
A destination is where an application sends messages, or it is a source from which an application receives messages, or both.
- Inheritance hierarchy:
-
IBM.XMS.IPropertyContext | +----IBM.XMS.IDestination
For a list of the XMS defined properties of a Destination object, see Properties of Destination.
Parent topic: .NET interfaces.NET properties
Get the name of the
destination. The name is a string encapsulating either the name
of a queue or the name of a topic.
Get the type of the
destination. The type of the destination is one of the following
values:
Name - Get Destination Name
String Name
{
get;
}
TypeId - Get Destination Type
DestinationType TypeId
{
get;
}
Inherited properties and methods
The following methods are inherited from the IPropertyContext interface: