ManagementGroup.GetHashCode Method ()

 

Applies To: Operations Manager for System Center 2012

Retrieves the hash code for the management group object.

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

Syntax

public override int GetHashCode()
public:
virtual int GetHashCode() override
override GetHashCode : unit -> int
Public Overrides Function GetHashCode As Integer

Return Value

Type: System.Int32

Returns the hash code inInt32.

See Also

ManagementGroup Class
Microsoft.EnterpriseManagement Namespace

Return to top