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



isPreInfoPath2007

Glossary Item Box

Syntax

Visual Basic (Declaration)  
Public Shared Function SetWebservicePropertiesNamespaces( _
   ByVal isPreInfoPath2007 As Boolean _
) As Dictionary(Of String,String)
Visual Basic (Usage) Copy Code
Dim isPreInfoPath2007 As Boolean
Dim value As Dictionary(Of String,String)
 
value = Common.SetWebservicePropertiesNamespaces(isPreInfoPath2007)
C#  
public static Dictionary<string,string> SetWebservicePropertiesNamespaces( 
   bool isPreInfoPath2007
)
C++/CLI  
public:
static Dictionary<String^,String^>^ SetWebservicePropertiesNamespaces( 
   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