SettingsTriggerType Property  | 
  
    Namespace: 
   com.gigatms.Parameters.UR0250
    Assembly:
   GIGATMS.UHF (in GIGATMS.UHF.dll) Version: 2.16.9.0 (2.16.9.0)
Syntaxpublic HashSet<TriggerType> TriggerType { get; set; }Public Property TriggerType As HashSet(Of TriggerType)
	Get
	Set
public:
property HashSet<TriggerType>^ TriggerType {
	HashSet<TriggerType>^ get ();
	void set (HashSet<TriggerType>^ value);
}Property Value
Type: 
HashSetTriggerType
 External trigger types. Must select at least one type.
 
See Also