Share via


WindowsDiscoveryConfiguration.ComputerType Property

 

Applies To: Operations Manager for System Center 2012

Gets or sets the type of computer to discover.

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

Syntax

public DiscoveryComputerType ComputerType { get; set; }
public:
property DiscoveryComputerType ComputerType {
    DiscoveryComputerType get();
    void set(DiscoveryComputerType value);
}
member ComputerType : DiscoveryComputerType with get, set
Public Property ComputerType As DiscoveryComputerType

Property Value

Type: Microsoft.EnterpriseManagement.Administration.DiscoveryComputerType

Returns a DiscoveryComputerType object that contains the type of computer discovered by this configuration.

See Also

WindowsDiscoveryConfiguration Class
Microsoft.EnterpriseManagement.Administration Namespace

Return to top