IPAddressRangeDiscoveryCriteria.FromIPAddress Property
[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
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)
Usage
'Usage
Dim instance As IPAddressRangeDiscoveryCriteria
Dim value As IPAddress
value = instance.FromIPAddress
instance.FromIPAddress = value
Syntax
'Declaration
Public Property FromIPAddress As IPAddress
public IPAddress FromIPAddress { get; set; }
public:
property IPAddress^ FromIPAddress {
IPAddress^ get ();
void set (IPAddress^ value);
}
/** @property */
public IPAddress get_FromIPAddress ()
/** @property */
public void set_FromIPAddress (IPAddress value)
public function get FromIPAddress () : IPAddress
public function set FromIPAddress (value : IPAddress)
Property Value
Returns an IPAddress that stores the first IP address in the range of addresses.
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
Windows Vista, Windows Server 2003, and
Target Platforms
See Also
Reference
IPAddressRangeDiscoveryCriteria Class
IPAddressRangeDiscoveryCriteria Members
Microsoft.EnterpriseManagement.Administration Namespace