This documentation is archived and is not being maintained.

ExtendedAttribute::FormatString Property

Gets or sets the formatting of a string value for this attribute.

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

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

Property Value

Type: System::String
The formatting of the string value for this attribute.

Show: