Share via


GetUpdateProperty Method (String, Object)

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

Gets the update property given the property name.

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

Syntax

'Declaration
Public Function GetUpdateProperty ( _
    propName As String, _
    ByRef propValue As Object _
) As Boolean
public bool GetUpdateProperty(
    string propName,
    ref Object propValue
)
public:
bool GetUpdateProperty(
    String^ propName, 
    Object^% propValue
)
member GetUpdateProperty : 
        propName:string * 
        propValue:Object byref -> bool 
public function GetUpdateProperty(
    propName : String, 
    propValue : Object
) : boolean

Parameters

Return Value

Type: System. . :: . .Boolean
false if the property was not set or is not supported; otherwise, true.

.NET Framework Security

See Also

Reference

MFUpdate Class

GetUpdateProperty Overload

Microsoft.SPOT.MFUpdate Namespace