This document is archived and information here might be outdated. Recommended version. |
Updates the value of the specified key property by name.
[Visual Basic .NET] Public Sub SetProperty ( _ ByVal sName As String, _ ByVal vtValue As Object _ )
[C#] public void SetProperty ( string sName, object vtValue );
[C++]
HRESULT SetProperty(
BSTR sName,
VARIANT vtValue
);
[C++]
Parameters sName [in]
sName is a parameter of type BSTR vtValue [in]
vtValue is a parameter of type VARIANT