RemotelyManagedComputer.IPAddress Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The IP address of the computer.
public:
property System::String ^ IPAddress { System::String ^ get(); };
public string IPAddress { get; }
member this.IPAddress : string
Public ReadOnly Property IPAddress As String
Property Value
Returns a String that contains the IP address of this agentless managed computer.
Exceptions
Not currently connected to a management group.