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

Return Value

Type: System.String

.NET Framework Security

See Also

Reference

WarehouseDataAccessComponent Class

Microsoft.TeamFoundation.Warehouse Namespace