Sets the properties of one site configuration parameter.
Visual Basic |
---|
Public Function SetSiteSingleParam( _ ByVal ParamName As String, _ ByVal ParamValue As String, _ ByVal ParamDescription As String _ ) As String |
- ParamName
- The parameter name is case-sensitive.
- ParamValue
- The new parameter value.
- ParamDescription
- The new parameter description.
Returns "1" on success.