SchemaFileNames Property
See Also 
SourceCode.Workflow.Design.InfoPath.FormTemplate.Core Namespace > IManifestFile Interface : SchemaFileNames Property



Glossary Item Box

Contains a list of the schema files that defines the main data source. The key is the namespace URI, and the value is the schema file name, if the schema does not have a target namespace the key is [null].

Syntax

Visual Basic (Declaration) 
ReadOnly Property SchemaFileNames As Dictionary(Of String,String)
Visual Basic (Usage)Copy Code
Dim instance As IManifestFile
Dim value As Dictionary(Of String,String)
 
value = instance.SchemaFileNames
C# 
Dictionary<string,string> SchemaFileNames {get;}
C++/CLI 
property Dictionary<String^,String^>^ SchemaFileNames {
   Dictionary<String^,String^>^ get();
}

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also