GetUpdateProperty Method (String, Byte[])
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
Gets the raw property value for a given property name.
Namespace: Microsoft.SPOT.MFUpdate
Assembly: MFUpdate (in MFUpdate.dll)
Syntax
'Declaration
Public Function GetUpdateProperty ( _
propName As String, _
ByRef propValue As Byte() _
) As Boolean
public bool GetUpdateProperty(
string propName,
ref byte[] propValue
)
public:
bool GetUpdateProperty(
String^ propName,
array<unsigned char>^% propValue
)
member GetUpdateProperty :
propName:string *
propValue:byte[] byref -> bool
public function GetUpdateProperty(
propName : String,
propValue : byte[]
) : boolean
Parameters
- propName
Type: System. . :: . .String
The name of the property.
- propValue
Type: array<System. . :: . .Byte> [] () [] []%
The binary representation of the property value.
Return Value
Type: System. . :: . .Boolean
false if the property was not set or is not supported; otherwise, true.
.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.