Share via


LicenseCount Structure

 

Applies To: Operations Manager for System Center 2012

Contains the number of client licenses and server licenses there are for the Operations Manager software.

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

Syntax

[SerializableAttribute]
public struct LicenseCount
[SerializableAttribute]
public value struct LicenseCount
[<Sealed>]
[<SerializableAttribute>]
type LicenseCount = struct end
<SerializableAttribute>
Public Structure LicenseCount

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from ValueType.)

System_CAPS_pubmethod GetHashCode()

(Inherited from ValueType.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_pubmethod ToString()

(Inherited from ValueType.)

Fields

Name Description
System_CAPS_pubfield TotalClientLicenseCount

Contains the total number of client licenses there are for the Operations Manager software.

System_CAPS_pubfield TotalServerLicenseCount

Contains the total number of server licenses there are for the Operations Manager software.

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.

See Also

Microsoft.EnterpriseManagement.Common Namespace

Return to top