2 writes to label
System.Messaging (2)
System\Messaging\MessageQueuePermissionAttribute.cs (2)
63
this.
label
= value;
67
this.
label
= oldValue;
5 references to label
System.Messaging (5)
System\Messaging\MessageQueuePermissionAttribute.cs (5)
57
return this.
label
;
62
string oldValue = this.
label
;
145
return new MessageQueuePermission(this.PermissionAccess, this.machineName, this.
label
, this.category);
151
(this.machineName != null || this.
label
!= null || this.category != null))
155
this.machineName == null && this.
label
== null && this.category == null)