Gets or sets the host name and IP address of the workstation client.
Syntax
| Visual Basic (Declaration) | |
|---|
Public Property Address As String |
| Visual Basic (Usage) | Copy Code |
|---|
Dim instance As ScuInfo
Dim value As String
instance.Address = value
value = instance.Address
|
| C# | |
|---|
public string Address {get; set;} |
| Managed Extensions for C++ | |
|---|
public: __property string* get_Address();
public: __property void set_Address(
string* value
); |
Return Value
A
String representing the host name and IP address of the workstation client.
Requirements
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family
See Also