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
'Declaration
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
- key 
 Type: System.String- The name of the property to get. 
Return Value
Type: System.Object
The property in this collection that has the specified name.
.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.