AutoDiscoveryFilter.DeviceTypes Property
[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Namespace: Microsoft.EnterpriseManagement.NetworkMonitoring
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)
Usage
'Usage
Dim instance As AutoDiscoveryFilter
Dim value As DeviceType
value = instance.DeviceTypes
instance.DeviceTypes = value
Syntax
'Declaration
Public Property DeviceTypes As DeviceType
public DeviceType DeviceTypes { get; set; }
public:
property DeviceType DeviceTypes {
DeviceType get ();
void set (DeviceType value);
}
/** @property */
public DeviceType get_DeviceTypes ()
/** @property */
public void set_DeviceTypes (DeviceType value)
public function get DeviceTypes () : DeviceType
public function set DeviceTypes (value : DeviceType)
Property Value
Returns DeviceType.
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
AutoDiscoveryFilter Class
AutoDiscoveryFilter Members
Microsoft.EnterpriseManagement.NetworkMonitoring Namespace