ProcessParameter.Value Property

Gets or sets the value of this parameter.

Namespace:  Microsoft.TeamFoundation.Build.Workflow
Assembly:  Microsoft.TeamFoundation.Build.Workflow (in Microsoft.TeamFoundation.Build.Workflow.dll)

Syntax

'宣言
Public Property Value As Object
    Get
    Set
public Object Value { get; set; }
public:
property Object^ Value {
    Object^ get ();
    void set (Object^ value);
}
member Value : Object with get, set
function get Value () : Object
function set Value (value : Object)

Property Value

Type: System.Object
The value of this parameter.

.NET Framework Security

See Also

Reference

ProcessParameter Class

Microsoft.TeamFoundation.Build.Workflow Namespace