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 | |
---|---|---|
Equals(Object) | (Inherited from ValueType.) |
|
GetHashCode() | (Inherited from ValueType.) |
|
GetType() | (Inherited from Object.) |
|
ToString() | (Inherited from ValueType.) |
Fields
Name | Description | |
---|---|---|
TotalClientLicenseCount | Contains the total number of client licenses there are for the Operations Manager software. |
|
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