|   | ChannelInstanceTriggerModuleName Property | 
        
        
            Gets the name of the of a device specific code or hardware
            module, algorithm, or rule not necessarily channel based
            that cause this channel to be recorded.
            
        
        Namespace: GSF.PQDIF.LogicalAssembly: GSF.PQDIF (in GSF.PQDIF.dll) Version: 2.4.257-beta
 Syntax
Syntaxpublic string TriggerModuleName { get; set; }Public Property TriggerModuleName As String
	Get
	Set
public:
property String^ TriggerModuleName {
	String^ get ();
	void set (String^ value);
}member TriggerModuleName : string with get, set
function get_TriggerModuleName();
function set_TriggerModuleName(value);
Property Value
String See Also
See Also