PropertyBag.GetProperty Method (String)

Gets the property in this collection that has the specified name.

Namespace:  Microsoft.TeamFoundation.Client
Assembly:  Microsoft.VisualStudio.TeamFoundation.Client (in Microsoft.VisualStudio.TeamFoundation.Client.dll)

Syntax

'宣言
Public Function GetProperty ( _
    key As String _
) As Object
public Object GetProperty(
    string key
)
public:
Object^ GetProperty(
    String^ key
)
member GetProperty : 
        key:string -> Object 
public function GetProperty(
    key : String
) : Object

Parameters

Return Value

Type: System.Object
The property in this collection that has the specified name.

.NET Framework Security

See Also

Reference

PropertyBag Class

GetProperty Overload

Microsoft.TeamFoundation.Client Namespace