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


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