[]
Removes the resource value using the specified key.
public void RemoveResourceValue(string key)
Type | Name | Description |
---|---|---|
string | key | A string value indicating the resource key, based on the template: [control name].[property name]. |
localizationResource.RemoveResourceValue("TextBox1.Value");