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
- propertyBag
Type: System.Collections.Generic.IDictionary<String, String>
- propertyName
Type: System.String
Return Value
Type: System.String
.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.