ParameterValue.Label Property

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

Syntax

‘선언
Public Property Label As String
    Get
    Set
public string Label { get; set; }
public:
property String^ Label {
    String^ get ();
    void set (String^ value);
}
member Label : string with get, set
function get Label () : String
function set Label (value : String)

Property Value

Type: System.String

.NET Framework Security

See Also

Reference

ParameterValue Class

Microsoft.TeamFoundation.Client.Reporting Namespace