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