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

Indicates if this subscription is shared.

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

Syntax

public bool IsShared { get; }
Public ReadOnly Property IsShared As Boolean
public:
property bool IsShared {
	bool get ();
}

Return Value

true if this subscription is shared, false otherwise.

See Also