adTempus API
ArcanaDevelopment.adTempus.Client.ReportingHelpers Namespace / TriggerSubClasses Class / WMITrigger Property

In This Topic
    WMITrigger Property
    In This Topic
    Returns the object as a WMITrigger
    Syntax
    'Declaration
     
    
    Public ReadOnly Property WMITrigger As WMITrigger
    public WMITrigger WMITrigger {get;}
    Remarks
    If IsWMITrigger is true this property returns the object cast as a WMITrigger. Otherwise it returns a null reference (Nothing in Visual Basic).
    See Also