This documentation is archived and is not being maintained.

ExtendedAttribute::Value Property

Gets or sets the value of this attribute.

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

public:
property String^ Value {
	String^ get ();
	void set (String^ value);
}

Property Value

Type: System::String
The value of this attribute.

Show: