AemSolutionResponse.BucketTable Property
Applies To: Operations Manager for System Center 2012
Gets the bucket table number.
Namespace: Microsoft.EnterpriseManagement.Monitoring.ClientMonitoring
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)
Syntax
public Nullable<int> BucketTable { get; }
public:
property Nullable<int> BucketTable {
Nullable<int> get();
}
member BucketTable : Nullable<int> with get
Public ReadOnly Property BucketTable As Nullable(Of Integer)
Property Value
Type: System.Nullable<Int32>
Returns a Int32 representing the bucket table number.
See Also
AemSolutionResponse Class
Microsoft.EnterpriseManagement.Monitoring.ClientMonitoring Namespace
Return to top