SetUpdateProperty Method (String, Byte[])

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Sets the raw update property for the given property name.

Namespace:  Microsoft.SPOT.MFUpdate
Assembly:  MFUpdate (in MFUpdate.dll)

Syntax

'Declaration
Public Function SetUpdateProperty ( _
    propName As String, _
    propValue As Byte() _
) As Boolean
public bool SetUpdateProperty(
    string propName,
    byte[] propValue
)
public:
bool SetUpdateProperty(
    String^ propName, 
    array<unsigned char>^ propValue
)
member SetUpdateProperty : 
        propName:string * 
        propValue:byte[] -> bool 
public function SetUpdateProperty(
    propName : String, 
    propValue : byte[]
) : boolean

Parameters

  • propValue
    Type: array<System. . :: . .Byte> [] () [] []
    The binary representation of the property value to be set.

Return Value

Type: System. . :: . .Boolean
true if the property is set; otherwise, false.

.NET Framework Security

See Also

Reference

MFUpdate Class

SetUpdateProperty Overload

Microsoft.SPOT.MFUpdate Namespace