Share via


ParameterProperty.AvailableTypes Property

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

Syntax

'Declaration
Public Shared ReadOnly Property AvailableTypes As BuildParameterType()
public static BuildParameterType[] AvailableTypes { get; }
public:
static property array<BuildParameterType>^ AvailableTypes {
    array<BuildParameterType>^ get ();
}
static member AvailableTypes : BuildParameterType[] with get
static function get AvailableTypes () : BuildParameterType[]

Property Value

Type: array<Microsoft.TeamFoundation.Build.Common.BuildParameterType[]
Returns BuildParameterType.

.NET Framework Security

See Also

Reference

ParameterProperty Class

Microsoft.TeamFoundation.Build.Controls Namespace