This documentation is archived and is not being maintained.

TeamFoundationIdentity::GetAttribute Method

Attribute accessor. Will return the caller supplied default value if attribute is not present (will not throw).

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

public:
String^ GetAttribute(
	String^ name, 
	String^ defaultValue
)

Parameters

name
Type: System::String
defaultValue
Type: System::String

Return Value

Type: System::String

Show: