[TIBCO.EMS .NET Admin client library 6.0 documentation]

Get or set the destination that this entry applies to.

Namespace:  TIBCO.EMS.ADMIN
Assembly:  TIBCO.EMS.ADMIN (in TIBCO.EMS.ADMIN.dll)

Syntax

public DestinationInfo Destination { get; set; }
Public Property Destination As DestinationInfo
public:
property DestinationInfo^ Destination {
	DestinationInfo^ get ();
	void set (DestinationInfo^ value);
}

Return Value

the DestinationInfo that this ACLEntry applies to.

See Also