This documentation is archived and is not being maintained.

TeamFoundationTeam::TryGetProperty Method

Property accessor. Will return null if not found.

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

public:
bool TryGetProperty(
	String^ name, 
	[OutAttribute] Object^% value
)

Parameters

name
Type: System::String
value
Type: System::Object%

Return Value

Type: System::Boolean
Returns Boolean.

Show: