Freigeben über


PropertyValue-Konstruktor (String, array<Byte[])

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 Byte() _
)
public PropertyValue(
    string propertyName,
    byte[] value
)

Parameter

  • value
    Typ: array<System.Byte[]
    Der Wert der Eigenschaft.

.NET Framework-Sicherheit

Siehe auch

Referenz

PropertyValue Klasse

PropertyValue-Überladung

Microsoft.TeamFoundation.Framework.Client-Namespace