Moonware.Common
UpdateProperty Method



Used to update the value of given property
Syntax
'Declaration
 
Public Sub UpdateProperty( _
   ByVal category As String, _
   ByVal keyName As String, _
   ByVal valueName As Object _
) 
'Usage
 
Dim instance As SerializableParams
Dim category As String
Dim keyName As String
Dim valueName As Object
 
instance.UpdateProperty(category, keyName, valueName)
public void UpdateProperty( 
   string category,
   string keyName,
   object valueName
)
public:
void UpdateProperty( 
   String^ category,
   String^ keyName,
   Object^ valueName
) 

Parameters

category
keyName
valueName
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

SerializableParams Class
SerializableParams Members

Send Feedback