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
- 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.