Microsoft.MSMQ.QueueMSMQ Queue

Microsoft.MSMQ.Queue (ClassType)

This abstract class is used as a basis for more specialized classes that represent an MSMQ queue.

Element properties:

Base ClassMicrosoft.MSMQ.Component
AbstractTrue
HostedFalse
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementIdaece3bef-fd0e-9b9b-ced1-fb6e89d35721

Class Hierarchy:

Class Properties:

Property Name Type Display Name (ENU) Description (ENU) Key Max Length Min Length Case Sensitive
System.Entity:
DisplayName  string  Display Name Display name of monitoring object. false 256  False 
Microsoft.MSMQ.Queue:
PathName  string  Path Name true 256  False 
IsTestQueue  bool  Test Queue false 256   
FormatName  string  Format Name false 256  False 
IsTransactional  bool  Transactional false 256   
IsPublic  bool  Public false 256   
ADsPath  string  ADsPath false 256  False 
Label  string  Label false 256  False 
PrivilegeLevel  string  Privilege Level false 256  False 
Quota  int  Quota false 256   
JournalEnabled  bool  Journal Enabled false 256   
JournalQuota  int  Journal Quota false 256   

Health Model:

Source Code:

<ClassType ID="Microsoft.MSMQ.Queue" Accessibility="Public" Abstract="true" Base="Microsoft.MSMQ.Component" Hosted="false" Singleton="false">
<Property ID="PathName" Type="string" Key="true" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="IsTestQueue" Type="bool" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="FormatName" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="IsTransactional" Type="bool" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="IsPublic" Type="bool" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="ADsPath" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="Label" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="PrivilegeLevel" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="Quota" Type="int" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="JournalEnabled" Type="bool" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="JournalQuota" Type="int" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
</ClassType>