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