adTempus API
ArcanaDevelopment.adTempus.Client.ReportingHelpers Namespace / TaskSubClasses Class / ServiceControlTask Property


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