ParameterProperty.Type Property

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

Syntax

'Declaration
Public Property Type As BuildParameterType
public BuildParameterType Type { get; set; }
public:
property BuildParameterType Type {
    BuildParameterType get ();
    void set (BuildParameterType value);
}
member Type : BuildParameterType with get, set
function get Type () : BuildParameterType 
function set Type (value : BuildParameterType)

Property Value

Type: Microsoft.TeamFoundation.Build.Common.BuildParameterType
Returns BuildParameterType.

.NET Framework Security

See Also

Reference

ParameterProperty Class

Microsoft.TeamFoundation.Build.Controls Namespace