ClientInfo.IPAddress Property
Gets or sets the IP address of the client.
Namespace: Microsoft.UpdateServices.ClientServicing
Assembly: Microsoft.UpdateServices.ClientServicing (in Microsoft.UpdateServices.ClientServicing.dll)
Usage
Syntax
'Declaration
Public Property IPAddress As IPAddress
public IPAddress IPAddress { get; set; }
public:
property IPAddress^ IPAddress {
IPAddress^ get ();
void set (IPAddress^ value);
}
/** @property */
public IPAddress get_IPAddress ()
/** @property */
public void set_IPAddress (IPAddress value)
public function get IPAddress () : IPAddress
public function set IPAddress (value : IPAddress)
Property Value
The IP address of the client.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Development Platforms
Target Platforms
Windows Server 2008, Windows Server 2003, Windows Server 2008 R2
See Also
Reference
ClientInfo Class
ClientInfo Members
Microsoft.UpdateServices.ClientServicing Namespace