ManagementPackModuleType.Isolation Property
[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Gets or sets the isolation level of the module type.
Namespace: Microsoft.EnterpriseManagement.Configuration
Assembly: Microsoft.EnterpriseManagement.Core (in Microsoft.EnterpriseManagement.Core.dll)
Usage
'Usage
Dim instance As ManagementPackModuleType
Dim value As ManagementPackIsolationLevel
value = instance.Isolation
instance.Isolation = value
Syntax
'Declaration
Public Property Isolation As ManagementPackIsolationLevel
public ManagementPackIsolationLevel Isolation { get; set; }
public:
property ManagementPackIsolationLevel Isolation {
ManagementPackIsolationLevel get ();
void set (ManagementPackIsolationLevel value);
}
/** @property */
public ManagementPackIsolationLevel get_Isolation ()
/** @property */
public void set_Isolation (ManagementPackIsolationLevel value)
public function get Isolation () : ManagementPackIsolationLevel
public function set Isolation (value : ManagementPackIsolationLevel)
Property Value
A ManagementPackIsolationLevel value.
The isolation level of the module type.
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.
Platforms
Development Platforms
Windows Vista, Windows Server 2003, and
Target Platforms
Windows Server 2008,Windows Server 2003
See Also
Reference
ManagementPackModuleType Class
ManagementPackModuleType Members
Microsoft.EnterpriseManagement.Configuration Namespace