CreateInfoPathWebServiceSchema Method
See Also 
SourceCode.Workflow.Design.InfoPath Namespace > Common Class : CreateInfoPathWebServiceSchema Method



isPreInfoPath2007

Glossary Item Box

Syntax

Visual Basic (Declaration)  
Public Shared Function CreateInfoPathWebServiceSchema( _
   ByVal isPreInfoPath2007 As Boolean _
) As XmlSchema
Visual Basic (Usage) Copy Code
Dim isPreInfoPath2007 As Boolean
Dim value As XmlSchema
 
value = Common.CreateInfoPathWebServiceSchema(isPreInfoPath2007)
C#  
public static XmlSchema CreateInfoPathWebServiceSchema( 
   bool isPreInfoPath2007
)
C++/CLI  
public:
static XmlSchema^ CreateInfoPathWebServiceSchema( 
   bool isPreInfoPath2007
) 

Parameters

isPreInfoPath2007

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