Gets or sets the isolation level of the module type. Namespace: Microsoft.EnterpriseManagement.Configuration
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in microsoft.enterprisemanagement.operationsmanager.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.

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,Windows Vista,Windows XP

See Also