| QsResourcesDetectResourceType Method |
[Missing <summary> documentation for "M:QsInformatica.Utils.QsResources.DetectResourceType(System.String)"]
Namespace: QsInformatica.UtilsAssembly: QsInformatica.Utils (in QsInformatica.Utils.dll) Version: 27.1.0
Syntax public static QsResourcesResourceType DetectResourceType(
string entryname
)
Public Shared Function DetectResourceType (
entryname As String
) As QsResourcesResourceType
public:
static QsResourcesResourceType DetectResourceType(
String^ entryname
)
static member DetectResourceType :
entryname : string -> QsResourcesResourceType
Parameters
- entryname String
[Missing <param name="entryname"/> documentation for "M:QsInformatica.Utils.QsResources.DetectResourceType(System.String)"]
Return Value
QsResourcesResourceType[Missing <returns> documentation for "M:QsInformatica.Utils.QsResources.DetectResourceType(System.String)"]
See Also