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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.