Visual Basic (Declaration) | |
---|---|
Public Property IPAddress As String |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public string IPAddress {get; set;} |
Return Value
String value that represents the IP address.This example sets the IP address to "127.0.0.1", which is the standard IP address
used for loopback network connection and testing.
For an example, refer to JpipRasterImageViewer.
Set this value before calling Open.
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family