WindowsDiscoveryConfiguration.ComputerType Property

Updated: April 16, 2012

Gets or sets the type of computer to discover. Namespace: Microsoft.EnterpriseManagement.Administration
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)Dim instance As WindowsDiscoveryConfiguration Dim value As DiscoveryComputerType value = instance.ComputerType instance.ComputerType = valuePublic Property ComputerType As DiscoveryComputerTypepublic DiscoveryComputerType ComputerType { get; set; }public: property DiscoveryComputerType ComputerType { DiscoveryComputerType get (); void set (DiscoveryComputerType value); }/** @property */ public DiscoveryComputerType get_ComputerType () /** @property */ public void set_ComputerType (DiscoveryComputerType value) public function get ComputerType () : DiscoveryComputerType public function set ComputerType (value : DiscoveryComputerType) Property ValueReturns a DiscoveryComputerType object that contains the type of computer discovered by this configuration.
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Development Platforms

Windows Vista, Windows Server 2003, and

Target Platforms