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

Set or Get the store of this destination.

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

Syntax

public string Store { get; set; }
Public Property Store As String
public:
property String^ Store {
	String^ get ();
	void set (String^ value);
}

Return Value

the store of this destination.

Exceptions

ExceptionCondition
System..::.ArgumentExceptionif value is null or empty

See Also