• View Communities
    • Citrix Developer Network
      The place for unfiltered straight talk on Citrix products. Blogs, code downloads, best practices, APIs, and more can all be found here.
    • Citrix Ready Community Verified
      Does it work with Citrix? Application compatibility questions are a thing of the past with the new Citrix Community Verified site.
    • Blogs
      Learn the latest from the Citrix employees who are building application delivery infrastructure technologies.
    • Blogosphere
      The Citrix Blogosphere is a window into the thousands of conversations taking place about Citrix and Application Delivery.
  •  Sign In
Workflow Studio Developer Network

GetBatteryInfo

GetBatteryInfo

Retrieves mobile computer battery information.

Properties

Query Filter - Equal To
Type: System.ComponentModel.BindingList`1[[Citrix.WorkflowStudio.CustomActivities.Editors.VariableEdit, CustomActivityPropertyEditors, Version=1.0.0.0, Culture=neutral, PublicKeyToken=36841176f080fbec]]
Specifies the WMI properties and filter values you want to use to filter your WMI query. The specified WMI properties must be equal to to the values you specify.

Query Filter - Greater Than
Type: System.ComponentModel.BindingList`1[[Citrix.WorkflowStudio.CustomActivities.Editors.VariableEdit, CustomActivityPropertyEditors, Version=1.0.0.0, Culture=neutral, PublicKeyToken=36841176f080fbec]]
Specifies the WMI properties and filter values you want to use to filter your WMI query. The specified WMI properties must be greater than to the values you specify.

Query Filter - Less Than
Type: System.ComponentModel.BindingList`1[[Citrix.WorkflowStudio.CustomActivities.Editors.VariableEdit, CustomActivityPropertyEditors, Version=1.0.0.0, Culture=neutral, PublicKeyToken=36841176f080fbec]]
Specifies the WMI properties and filter values you want to use to filter your WMI query. The specified WMI properties must be less than to the values you specify.

Query Filter - Not Equal To
Type: System.ComponentModel.BindingList`1[[Citrix.WorkflowStudio.CustomActivities.Editors.VariableEdit, CustomActivityPropertyEditors, Version=1.0.0.0, Culture=neutral, PublicKeyToken=36841176f080fbec]]
Specifies the WMI properties and filter values you want to use to filter your WMI query. The specified WMI properties must not equal to the values you specify.

Computer
Type: System.String
Specifies the computer you want to query.

Password
Type: System.Object
Specifies the password for the user to query to the remote computer. If querying the local computer this property is ignored.

Query Properties
Type: System.ComponentModel.BindingList`1[[Citrix.WorkflowStudio.CustomActivities.Editors.StringEdit, CustomActivityPropertyEditors, Version=1.0.0.0, Culture=neutral, PublicKeyToken=36841176f080fbec]]
Specifies the WMI properties you want to retrieve from the WMI Class you specified.

User Name
Type: System.String
Specifies the user name (domain\user or computer\user) to query to the remote computer. If querying the local computer this property is ignored.

WMI Namespace
Type: System.String
Specifies the WMI namespace you want to query.

Output
Type: System.Object
Contains the output object.

OutputList
Type: System.Collections.Generic.List`1[[System.Management.Automation.PSObject, System.Management.Automation, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]]
Contains the output in list of PSObject format.

OutputCollection
Type: System.Collections.ObjectModel.Collection`1[[System.Management.Automation.PSObject, System.Management.Automation, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]]
Contains the output in collection of PSObject format.

Enter tags to add to this page:
Please wait 
Looking for a tag? Just start typing.
Related Links