RemoveResourceValue Method
Removes the resource value using the specified key.
public void RemoveResourceValue(
string
)
'Declaration
Public Sub RemoveResourceValue( _
ByVal As String _
)
Parameters
- key
- A System.String value indicating the resource key, based on the template: [control name].[property name].
localizationResource.RemoveResourceValue("TextBox1.Value");