This documentation is archived and is not being maintained.

TeamFoundationIdentity::TryGetProperty Method (String, Object%)

Property accessor. Will return null if not found.

Namespace:  Microsoft.TeamFoundation.Framework.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

Show: