Share via


ExtendedAttribute.FormatString Property

Gets or sets the format string for the ExtendedAttribute object.

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

Syntax

'Declaration
Public Property FormatString As String
'Usage
Dim instance As ExtendedAttribute 
Dim value As String 

value = instance.FormatString

instance.FormatString = value
public string FormatString { get; set; }
public:
property String^ FormatString {
    String^ get ();
    void set (String^ value);
}
public function get FormatString () : String 
public function set FormatString (value : String)

Property Value

Type: System.String

.NET Framework Security

See Also

Reference

ExtendedAttribute Class

ExtendedAttribute Members

Microsoft.TeamFoundation Namespace