MessageQueuePermission.IsUnrestricted Method

Definition

Returns a value that indicates whether the permission can be represented as unrestricted without any knowledge of the permission semantics.

public:
 virtual bool IsUnrestricted();
public bool IsUnrestricted ();
abstract member IsUnrestricted : unit -> bool
override this.IsUnrestricted : unit -> bool
Public Function IsUnrestricted () As Boolean

Returns

true if the permission can be represented as unrestricted; otherwise, false.

Implements

Applies to