GripLogix.McAfee.DataSource.PSRegCheckRegValue.TimeStamp.PropertyBag (DataSourceModuleType)

Element properties:

TypeDataSourceModuleType
IsolationAny
AccessibilityInternal
RunAsDefault
OutputTypeSystem.PropertyBagData

Member Modules:

ID Module Type TypeId RunAs 
Schedule DataSource System.SimpleScheduler Default
Script ProbeAction GripLogix.McAfee.Probe.PSRegCheckRegValue.TimeStamp Default

Source Code:

<DataSourceModuleType ID="GripLogix.McAfee.DataSource.PSRegCheckRegValue.TimeStamp.PropertyBag" Accessibility="Internal">
<Configuration>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="IntervalSeconds" type="xsd:integer"/>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="SyncTime" type="xsd:string"/>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="RegKeyPath" type="xsd:string"/>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="RegValue" type="xsd:string"/>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="TimeStampType" type="xsd:string"/>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="Threshold" type="xsd:integer"/>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="Debug" type="xsd:boolean"/>
</Configuration>
<OverrideableParameters/>
<ModuleImplementation>
<Composite>
<MemberModules>
<DataSource ID="Schedule" TypeID="System!System.SimpleScheduler">
<IntervalSeconds>$Config/IntervalSeconds$</IntervalSeconds>
<SyncTime>$Config/SyncTime$</SyncTime>
</DataSource>
<ProbeAction ID="Script" TypeID="GripLogix.McAfee.Probe.PSRegCheckRegValue.TimeStamp">
<RegKeyPath>$Config/RegKeyPath$</RegKeyPath>
<RegValue>$Config/RegValue$</RegValue>
<TimeStampType>$Config/TimeStampType$</TimeStampType>
<Threshold>$Config/Threshold$</Threshold>
<Debug>$Config/Debug$</Debug>
</ProbeAction>
</MemberModules>
<Composition>
<Node ID="Script">
<Node ID="Schedule"/>
</Node>
</Composition>
</Composite>
</ModuleImplementation>
<OutputType>System!System.PropertyBagData</OutputType>
</DataSourceModuleType>