|   | ObservationRecordChannelTriggerIndex Property | 
        
        
            Gets or sets the index into 
ChannelInstancesTag collection within this record which initiated the observation.
            
 GSF.PQDIF (in GSF.PQDIF.dll) Version: 2.4.257-beta
 Syntax
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);
Property Value
UInt32 See Also
See Also