TaskPropertyInfo 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.
Class which represents the parameter information from the using task as a strongly typed class.
public ref class TaskPropertyInfo
[System.Serializable]
public class TaskPropertyInfo
[<System.Serializable>]
type TaskPropertyInfo = class
Public Class TaskPropertyInfo
- Inheritance
-
TaskPropertyInfo
- Attributes
Constructors
TaskPropertyInfo(String, Type, Boolean, Boolean) |
Encapsulates a list of parameters declared in the UsingTask |
Properties
Log |
This task parameter should be logged when LogTaskInputs is set. Defaults to true. |
LogItemMetadata |
When this task parameter is an item list, determines whether to log item metadata. Defaults to true. |
Name |
Name of the property |
Output |
This task parameter is an output parameter (analogous to [Output] attribute) |
PropertyType |
The type of the property |
Required |
This task parameter is required (analogous to the [Required] attribute) |