Reflection .NET API
Attachmate.Reflection Assembly / Attachmate.Reflection.WorkspaceSettings Namespace / CentralizedManagement Class / CentralizedManagementEnabled Property


In This Topic
    CentralizedManagementEnabled Property (CentralizedManagement)
    In This Topic
    Gets or sets a value indicating whether to enable Centralized Management
    Syntax
    'Declaration
     
    
    Public Property CentralizedManagementEnabled As Boolean
    'Usage
     
    
    Dim instance As CentralizedManagement
    Dim value As Boolean
     
    instance.CentralizedManagementEnabled = value
     
    value = instance.CentralizedManagementEnabled
    public bool CentralizedManagementEnabled {get; set;}
    See Also