WindowsDiscoveryConfiguration.ComputerType 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 type of computer to discover.
Namespace: Microsoft.EnterpriseManagement.Administration
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)
Usage
'Usage
Dim instance As WindowsDiscoveryConfiguration
Dim value As DiscoveryComputerType
value = instance.ComputerType
instance.ComputerType = value
Syntax
'Declaration
Public Property ComputerType As DiscoveryComputerType
public 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 Value
Returns a DiscoveryComputerType object that contains the type of computer discovered by this configuration.
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
WindowsDiscoveryConfiguration Class
WindowsDiscoveryConfiguration Members
Microsoft.EnterpriseManagement.Administration Namespace