| QsResourcesRemoveResource Method |
Remove the entry form the resources
Namespace: QsInformatica.UtilsAssembly: QsInformatica.Utils (in QsInformatica.Utils.dll) Version: 27.1.0
Syntax public bool RemoveResource(
string name
)
Public Function RemoveResource (
name As String
) As Boolean
public:
bool RemoveResource(
String^ name
)
member RemoveResource :
name : string -> bool
Parameters
- name String
[Missing <param name="name"/> documentation for "M:QsInformatica.Utils.QsResources.RemoveResource(System.String)"]
Return Value
Boolean[Missing <returns> documentation for "M:QsInformatica.Utils.QsResources.RemoveResource(System.String)"]
See Also