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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.