Freigeben über


PropertyValue-Konstruktor (String, String)

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

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

Syntax

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

Parameter

.NET Framework-Sicherheit

Siehe auch

Referenz

PropertyValue Klasse

PropertyValue-Überladung

Microsoft.TeamFoundation.Framework.Client-Namespace