Microsoft.BizTalk.2013.BizTalkRFID.ServiceBizTalk RFID Runtime Service

Microsoft.BizTalk.2013.BizTalkRFID.Service (ClassType)

Runtime service that provides device abstraction, event processing engine and device management

Element properties:

Base ClassSystem.Service
AbstractFalse
HostedTrue
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementIdf1e1bf5c-fa23-68f7-7029-34f03f359d70

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.BizTalk.2013.BizTalkRFID.Service:
Name  string  Name Gets the internal name of the service. true 256  False 
DisplayName  string  Display Name Gets the display name of the service. false 256  False 
Description  string  Description Gets a textual description of the service. false 256  False 
PathName  string  Path Name Specifies the installation path of the service. false 256  False 
StartMode  string  Start Mode Gets the start mode of the service. false 256  False 
AcceptPause  bool  Accept Pause Gets the Boolean property value that specifies whether the service can be paused. false 256   
AcceptStop  bool  Accept Stop Gets the Boolean property value that specifies whether the service can be stopped. false 256   
Started  bool  Started This property shows if the service is running. false 256   
Status  string  Status Gets the status of the service that is referenced by this instance. false 256  False 
StartName  string  Start Name The StartName property indicates the account name under which the service runs. false 256  False 
CreationClassName  string  Creation Class Name The name of the subclass of CIM_Service to which this instance belongs. false 256  False 
SystemCreationClassName  string  System Creation Class Name The name of the subclass of CIM_System associated with this MPLS service. false 256  False 
SystemName  string  System Name Name of the computer where the service is installed. false 256  False 

Health Model:

Source Code:

<ClassType ID="Microsoft.BizTalk.2013.BizTalkRFID.Service" Abstract="false" Accessibility="Public" Base="System!System.Service" Hosted="true" Singleton="false">
<Property ID="Name" Type="string" Key="true"/>
<Property ID="DisplayName" Type="string"/>
<Property ID="Description" Type="string"/>
<Property ID="PathName" Type="string"/>
<Property ID="StartMode" Type="string"/>
<Property ID="AcceptPause" Type="bool"/>
<Property ID="AcceptStop" Type="bool"/>
<Property ID="Started" Type="bool"/>
<Property ID="Status" Type="string"/>
<Property ID="StartName" Type="string"/>
<Property ID="CreationClassName" Type="string"/>
<Property ID="SystemCreationClassName" Type="string"/>
<Property ID="SystemName" Type="string"/>
</ClassType>