Share via


ManagementPackAccessibility Enum

Definition

Defines the range of valid accessibility values for a management pack and the type definitions that it contains.

public enum class ManagementPackAccessibility
[Microsoft.EnterpriseManagement.Configuration.TypeMapping("System.Extensibility", "1.0.0.0", "ManagementPackAccessibility")]
[System.Serializable]
public enum ManagementPackAccessibility
type ManagementPackAccessibility = 
Public Enum ManagementPackAccessibility
Inheritance
ManagementPackAccessibility
Attributes

Fields

Internal 1

Specifies that the types defined in the management pack cannot be extended by other management packs.

Public 0

Specifies that the types defined in the management pack can be extended by other management packs.

Applies to