Microsoft.BizTalk.2013.BizTalkRFID.DeviceVersionMicrosoft.BizTalk.2013.BizTalkRFID.DeviceVersion (ClassType)

Element properties:

Base ClassSystem.Device
AbstractFalse
HostedTrue
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementIdf7cb926e-ff5b-acc0-be99-d7ac08f53e81

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.DeviceVersion:
Name  string  Device Name This is the Device Name. true 256  False 
Version  string  Version Id Id to denote the device version made. true 256  False 
Operation  string  Operation Operation that was done as part of this device version. false 256  False 
ModificationTime  datetime  Modification Time Time when the version change occurred. false 256   
ChangedBy  string  Changed By User who made the change. false 256  False 

Health Model:

Source Code:

<ClassType ID="Microsoft.BizTalk.2013.BizTalkRFID.DeviceVersion" Accessibility="Public" Base="System!System.Device" Hosted="true" Abstract="false" Singleton="false">
<Property ID="Name" Type="string" Key="true"/>
<Property ID="Version" Type="string" Key="true"/>
<Property ID="Operation" Type="string"/>
<Property ID="ModificationTime" Type="datetime"/>
<Property ID="ChangedBy" Type="string"/>
</ClassType>