[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

Visual Basic
Dim instance As ManagementPackModuleType
Dim value As ManagementPackIsolationLevel

value = instance.Isolation

instance.Isolation = value

Syntax

Visual Basic
Public Property Isolation As ManagementPackIsolationLevel
C#
public ManagementPackIsolationLevel Isolation { get; set; }
C++
public:
property ManagementPackIsolationLevel Isolation {
		ManagementPackIsolationLevel get ();
		void set (ManagementPackIsolationLevel value);
}
J#
/** @property */
public ManagementPackIsolationLevel get_Isolation ()

/** @property */
public void set_Isolation (ManagementPackIsolationLevel value)
JScript
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 Server 2008, Windows Vista, Windows Server 2003, and Windows XP

Target Platforms

Windows Server 2008,Windows Server 2003

See Also