This documentation is archived and is not being maintained.

ExtendedAttribute::Name Property

Gets or sets the name of this attribute.

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

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

Property Value

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

Show: