Microsoft.MSMQ.TriggersMSMQ Triggers

Microsoft.MSMQ.Triggers (ClassType)

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

Element properties:

Base ClassMicrosoft.MSMQ.Component
AbstractTrue
HostedFalse
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId444db443-f677-d842-8618-58822d64fed5

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.Triggers:
ServiceName  string  Service Name Service Name for the MSMQ Triggers Service. true 256  False 

Health Model:

Source Code:

<ClassType ID="Microsoft.MSMQ.Triggers" Accessibility="Public" Abstract="true" Base="Microsoft.MSMQ.Component" Hosted="false" Singleton="false">
<Property ID="ServiceName" Type="string" Key="true" CaseSensitive="false" Length="256" MinLength="0"/>
</ClassType>