WarehouseDataAccessComponent.GetProperty Method
Gets a property from the property bag.
Namespace: Microsoft.TeamFoundation.Warehouse
Assembly: Microsoft.TeamFoundation.Warehouse (in Microsoft.TeamFoundation.Warehouse.dll)
Syntax
'Declaration
Public Function GetProperty ( _
scope As String, _
key As String _
) As String
public string GetProperty(
string scope,
string key
)
public:
String^ GetProperty(
String^ scope,
String^ key
)
member GetProperty :
scope:string *
key:string -> string
public function GetProperty(
scope : String,
key : String
) : String
Parameters
- scope
Type: System.String
- key
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.