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