This documentation is archived and is not being maintained.

TeamFoundationIdentity::SetProperty Method (IdentityPropertyScope, String, Object)

Sets a property, will overwrite if already set.

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

public:
void SetProperty(
	IdentityPropertyScope propertyScope, 
	String^ name, 
	Object^ value
)

Parameters

propertyScope
Type: Microsoft.TeamFoundation.Framework.Common::IdentityPropertyScope

Indicates if local or global property is set

name
Type: System::String

Name of the property.

value
Type: System::Object

Value of the property.

Show: