TypeField.Format Property

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Format for field

Namespace:  Microsoft.TeamFoundation.ProcessConfiguration.Client
Assembly:  Microsoft.TeamFoundation.ProjectManagement (in Microsoft.TeamFoundation.ProjectManagement.dll)

Syntax

'Declaration
Public Property Format As String
public string Format { get; set; }
public:
property String^ Format {
    String^ get ();
    void set (String^ value);
}
member Format : string with get, set
function get Format () : String 
function set Format (value : String)

Property Value

Type: System.String
Returns String.

.NET Framework Security

See Also

Reference

TypeField Class

Microsoft.TeamFoundation.ProcessConfiguration.Client Namespace