| Visual Basic (Declaration) | |
|---|---|
<DisplayNameAttribute("IP Address")> Public Property IpAddress As String | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As ServerSettings Dim value As String instance.IpAddress = value value = instance.IpAddress | |
| C# | |
|---|---|
[DisplayNameAttribute("IP Address")] public string IpAddress {get; set;} | |
| C++/CLI | |
|---|---|
[DisplayNameAttribute("IP Address")] public: property String^ IpAddress { String^ get(); void set ( String^ value); } | |
Property Value
The ip address.Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7
Copy Code