| CodeGenerationMetaDataStoreGetXsdSchemaUri Method  | 
 
            Gets the XSD schema uri of the targetnamespace specified
            
 
    Namespace: 
   SD.LLBLGen.Pro.ApplicationCore.GeneralDataStructures
    Assembly:
   SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.3.0.0 (5.3.0)
Syntaxpublic string GetXsdSchemaUri(
	string targetNamespace
)
Public Function GetXsdSchemaUri ( 
	targetNamespace As String
) As String
Parameters
- targetNamespace
 - Type: SystemString
The target namespace. 
Return Value
Type: 
Stringthe xsd schema uri cached or string.empty if not found
See Also