| QsResourcesGetResource Method |
Get a resource given the name (normally with the extension)
Namespace: QsInformatica.UtilsAssembly: QsInformatica.Utils (in QsInformatica.Utils.dll) Version: 27.1.0
Syntax public Object GetResource(
string name
)
Public Function GetResource (
name As String
) As Object
public:
Object^ GetResource(
String^ name
)
member GetResource :
name : string -> Object
Parameters
- name String
[Missing <param name="name"/> documentation for "M:QsInformatica.Utils.QsResources.GetResource(System.String)"]
Return Value
Object[Missing <returns> documentation for "M:QsInformatica.Utils.QsResources.GetResource(System.String)"]
See Also