Share via


BuildParameter.GetPropertyTypes Method

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

Syntax

'Declaration
Public Function GetPropertyTypes As IDictionary(Of String, BuildParameterType)
public IDictionary<string, BuildParameterType> GetPropertyTypes()
public:
IDictionary<String^, BuildParameterType>^ GetPropertyTypes()
member GetPropertyTypes : unit -> IDictionary<string, BuildParameterType> 
public function GetPropertyTypes() : IDictionary<String, BuildParameterType>

Return Value

Type: System.Collections.Generic.IDictionary<String, BuildParameterType>
Returns IDictionary<TKey, TValue>.

.NET Framework Security

See Also

Reference

BuildParameter Class

Microsoft.TeamFoundation.Build.Common Namespace