PropertyValue Constructor (String, array<Byte )

Initializes a new instance of the PropertyValue class by using the specified name and value.

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

Syntax

'宣言
Public Sub New ( _
    propertyName As String, _
    value As Byte() _
)
public PropertyValue(
    string propertyName,
    byte[] value
)
public:
PropertyValue(
    String^ propertyName, 
    array<unsigned char>^ value
)
new : 
        propertyName:string * 
        value:byte[] -> PropertyValue
public function PropertyValue(
    propertyName : String, 
    value : byte[]
)

Parameters

  • value
    Type: array<System.Byte[]
    The value of the property.

.NET Framework Security

See Also

Reference

PropertyValue Class

PropertyValue Overload

Microsoft.TeamFoundation.Framework.Client Namespace