|
ObservationRecordChannelTriggerIndex Property
|
Gets or sets the index into
ChannelInstancesTag collection within this record which initiated the observation.
Namespace: GSF.PQDIF.LogicalAssembly: GSF.PQDIF (in GSF.PQDIF.dll) Version: 2.4.248-beta
Syntaxpublic uint[] ChannelTriggerIndex { get; set; }
Public Property ChannelTriggerIndex As UInteger()
Get
Set
public:
property array<unsigned int>^ ChannelTriggerIndex {
array<unsigned int>^ get ();
void set (array<unsigned int>^ value);
}
member ChannelTriggerIndex : uint32[] with get, set
function get_ChannelTriggerIndex();
function set_ChannelTriggerIndex(value);
View SourceProperty Value
UInt32
See Also