Reflection .NET API
Attachmate.Reflection Assembly / Attachmate.Reflection.WorkspaceSettings Namespace / ICentralizedManagement Interface / CentralizedManagementEnabled Property


In This Topic
    CentralizedManagementEnabled Property (ICentralizedManagement)
    In This Topic
    Gets or sets a value indicating whether Centralized Management Panel is enabled or not
    Syntax
    'Declaration
     
    
    Property CentralizedManagementEnabled As Boolean
    'Usage
     
    
    Dim instance As ICentralizedManagement
    Dim value As Boolean
     
    instance.CentralizedManagementEnabled = value
     
    value = instance.CentralizedManagementEnabled
    bool CentralizedManagementEnabled {get; set;}
    See Also