AutomationVariableCreateOrUpdateContent Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The parameters supplied to the create or update variable operation.
public class AutomationVariableCreateOrUpdateContent
type AutomationVariableCreateOrUpdateContent = class
Public Class AutomationVariableCreateOrUpdateContent
- Inheritance
-
AutomationVariableCreateOrUpdateContent
Constructors
AutomationVariableCreateOrUpdateContent(String) |
Initializes a new instance of AutomationVariableCreateOrUpdateContent. |
Properties
Description |
Gets or sets the description of the variable. |
IsEncrypted |
Gets or sets the encrypted flag of the variable. |
Name |
Gets or sets the name of the variable. |
Value |
Gets or sets the value of the variable. |