| Visual Basic (Declaration) | |
|---|---|
Public Property Configuration As JpipServerConfiguration | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public JpipServerConfiguration Configuration {get; set;} | |
| C++/CLI | |
|---|---|
public: property JpipServerConfiguration^ Configuration { JpipServerConfiguration^ get(); void set (JpipServerConfiguration^ value); } | |
Return Value
A JpipServerConfiguration object which holds the configuration information of the Leadtools.Jpip.Server.JpipServer.For an example, refer to Leadtools.Jpip.Server.JpipServer.
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family
Copy Code