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


In This Topic
    CentralizedManagementServer Property (ICentralizedManagement)
    In This Topic
    Gets or sets a value indicating the Centralized Management server url
    Syntax
    'Declaration
     
    
    Property CentralizedManagementServer As String
    'Usage
     
    
    Dim instance As ICentralizedManagement
    Dim value As String
     
    instance.CentralizedManagementServer = value
     
    value = instance.CentralizedManagementServer
    string CentralizedManagementServer {get; set;}
    See Also