This documentation is archived and is not being maintained.

TeamPropertiesView::TryGetViewProperty Method

Try get a property value with the view namespace.

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

public:
bool TryGetViewProperty(
	String^ propertyName, 
	[OutAttribute] Object^% propertyValue
)

Parameters

propertyName
Type: System::String

Name of the property.

propertyValue
Type: System::Object%

Return Value

Type: System::Boolean
Property value.

Show: