SchemaFileNames Property
See Also 
SourceCode.Workflow.Design.InfoPath.FormTemplate.Manifest Namespace > ManifestFile Class : 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) 
Public ReadOnly Property SchemaFileNames As Dictionary(Of String,String)
Visual Basic (Usage)Copy Code
Dim instance As ManifestFile
Dim value As Dictionary(Of String,String)
 
value = instance.SchemaFileNames
C# 
public Dictionary<string,string> SchemaFileNames {get;}
C++/CLI 
public:
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