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


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