SetProperty(String,Object) Method
In This Topic
Modify the property value. Force to set if equals default value.
Syntax
'Declaration
Protected Overloads Sub SetProperty( _
ByVal As String, _
ByVal As Object _
)
protected void SetProperty(
string ,
object
)
Parameters
- name
- value
See Also