EndpointProperties.AccessType Property

Solclient

EndpointPropertiesAccessType Property
version: 7.2.1.27
The access type determines the message delivery policies when more than one Flow is bound to the Endpoint. See EndpointPropertiesEndpointAccessType for the meaning of each access type. Applies only to durable endpoints of type IQueue. When null, the default value on the appliance is used (default: Exclusive).

Namespace: SolaceSystems.Solclient.Messaging
Assembly: SolaceSystems.Solclient.Messaging (in SolaceSystems.Solclient.Messaging.dll) Version: 7.2.1.27 (7.2.1.27)
Syntax
public Nullable<EndpointPropertiesEndpointAccessType> AccessType { get; set; }
Public Property AccessType As Nullable(Of EndpointPropertiesEndpointAccessType)
	Get
	Set
public:
property Nullable<EndpointPropertiesEndpointAccessType> AccessType {
	Nullable<EndpointPropertiesEndpointAccessType> get ();
	void set (Nullable<EndpointPropertiesEndpointAccessType> value);
}

Property Value

Type: NullableEndpointPropertiesEndpointAccessType
See Also