Share via


ParameterValue.Label Property

This API supports the Team Foundation Server infrastructure and is not intended to be used directly from your code.

Namespace:  Microsoft.TeamFoundation.Proxy.Reporting
Assembly:  Microsoft.TeamFoundation (in Microsoft.TeamFoundation.dll)

Syntax

'Declaration
Public Property Label As String
'Usage
Dim instance As ParameterValue 
Dim value As String 

value = instance.Label

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

Property Value

Type: System.String

.NET Framework Security

See Also

Reference

ParameterValue Class

ParameterValue Members

Microsoft.TeamFoundation.Proxy.Reporting Namespace