Share via


BuildSourceProviders.GetProperty Method

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

Syntax

'Declaration
Public Shared Function GetProperty ( _
    propertyBag As IDictionary(Of String, String), _
    propertyName As String _
) As String
public static string GetProperty(
    IDictionary<string, string> propertyBag,
    string propertyName
)
public:
static String^ GetProperty(
    IDictionary<String^, String^>^ propertyBag, 
    String^ propertyName
)
static member GetProperty : 
        propertyBag:IDictionary<string, string> * 
        propertyName:string -> string
public static function GetProperty(
    propertyBag : IDictionary<String, String>, 
    propertyName : String
) : String

Parameters

Return Value

Type: System.String

.NET Framework Security

See Also

Reference

BuildSourceProviders Class

Microsoft.TeamFoundation.Build.Common Namespace