Condividi tramite


ProcessParameterMetadata.ValueFormatString Property

Gets or sets a format string that is used to format the value of the parameter for display.

Namespace:  Microsoft.TeamFoundation.Build.Workflow
Assembly:  Microsoft.TeamFoundation.Build.Workflow (in Microsoft.TeamFoundation.Build.Workflow.dll)

Syntax

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

Property Value

Type: System.String

.NET Framework Security

See Also

Reference

ProcessParameterMetadata Class

Microsoft.TeamFoundation.Build.Workflow Namespace