Freigeben über


PropertyValue-Konstruktor (String, Double)

Initialisiert eine neue Instanz der PropertyValue-Klasse mithilfe des angegebenen Namens und des Werts.

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

Syntax

'Declaration
Public Sub New ( _
    propertyName As String, _
    value As Double _
)
public PropertyValue(
    string propertyName,
    double value
)

Parameter

.NET Framework-Sicherheit

Siehe auch

Referenz

PropertyValue Klasse

PropertyValue-Überladung

Microsoft.TeamFoundation.Framework.Client-Namespace