| Propertiesset_Value Method |
Note: This API is now obsolete.
Namespace:
Dynamicweb.Modules
Assembly:
Dynamicweb (in Dynamicweb.dll) Version: 9.12.0
Syntax [ObsoleteAttribute("Use SetValue instead")]
public void set_Value(
string name,
string value
)
<ObsoleteAttribute("Use SetValue instead")>
Public Sub set_Value (
name As String,
value As String
)
Parameters
- name
- Type: SystemString
- value
- Type: SystemString
See Also