Visual Basic (Declaration) | |
---|---|
Public Function New( _ ByVal server As String, _ ByVal port As Integer, _ ByVal guid As String, _ ByVal name As String, _ ByVal displayname As String, _ ByVal methodname As String, _ ByVal methoddisplayname As String, _ ByVal serverEnviromentFieldDescription As String, _ ByVal islistmethod As Boolean _ ) |
Visual Basic (Usage) | ![]() |
---|---|
Dim server As String Dim port As Integer Dim guid As String Dim name As String Dim displayname As String Dim methodname As String Dim methoddisplayname As String Dim serverEnviromentFieldDescription As String Dim islistmethod As Boolean Dim instance As New InfoPathSOMethod(server, port, guid, name, displayname, methodname, methoddisplayname, serverEnviromentFieldDescription, islistmethod) |
C# | |
---|---|
public InfoPathSOMethod( string server, int port, string guid, string name, string displayname, string methodname, string methoddisplayname, string serverEnviromentFieldDescription, bool islistmethod ) |
C++/CLI | |
---|---|
public: InfoPathSOMethod( String^ server, int port, String^ guid, String^ name, String^ displayname, String^ methodname, String^ methoddisplayname, String^ serverEnviromentFieldDescription, bool islistmethod ) |
Parameters
- server
- port
- guid
- name
- displayname
- methodname
- methoddisplayname
- serverEnviromentFieldDescription
- islistmethod
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