Share via


IPAddressRangeDiscoveryCriteria.FromIPAddress Property

 

Applies To: Operations Manager for System Center 2012

Gets or sets the first IP address in the range of addresses in which to discover network devices.

Namespace:   Microsoft.EnterpriseManagement.Administration
Assembly:  Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)

Syntax

public IPAddress FromIPAddress { get; set; }
public:
property IPAddress^ FromIPAddress {
    IPAddress^ get();
    void set(IPAddress^ value);
}
member FromIPAddress : IPAddress with get, set
Public Property FromIPAddress As IPAddress

Property Value

Type: System.Net.IPAddress

Returns an IPAddress that stores the first IP address in the range of addresses.

See Also

IPAddressRangeDiscoveryCriteria Class
Microsoft.EnterpriseManagement.Administration Namespace

Return to top