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
- propName
Type: System. . :: . .String
The name of the property to be set.
- 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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see dd66cd4c-b087-415f-9c3e-94e3a1835f74.