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