EndpointProperties.Permission Property

Solclient

EndpointPropertiesPermission Property
version: 7.2.1.27
Permissions that can be granted to users other than the owner of the Endpoint (all others). When null, the default value on the appliance is used (default: None).

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<EndpointPropertiesEndpointPermission> Permission { get; set; }
Public Property Permission As Nullable(Of EndpointPropertiesEndpointPermission)
	Get
	Set
public:
property Nullable<EndpointPropertiesEndpointPermission> Permission {
	Nullable<EndpointPropertiesEndpointPermission> get ();
	void set (Nullable<EndpointPropertiesEndpointPermission> value);
}

Property Value

Type: NullableEndpointPropertiesEndpointPermission
See Also