PerformanceRuleInfo.HasMultipleInstances Property
Applies To: Operations Manager for System Center 2012
Gets a Boolean value that determines whether this object has multiple instances.
Namespace: Microsoft.EnterpriseManagement.Warehouse
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)
Syntax
public bool HasMultipleInstances { get; }
public:
property bool HasMultipleInstances {
bool get();
}
member HasMultipleInstances : bool with get
Public ReadOnly Property HasMultipleInstances As Boolean
Property Value
Type: System.Boolean
Returns a Boolean value that is true if this object has multiple instances and false otherwise.
See Also
PerformanceRuleInfo Class
Microsoft.EnterpriseManagement.Warehouse Namespace
Return to top