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


In This Topic
AuthenticationRequired Property (ICentralizedManagement)
In This Topic
Gets or sets a value indicating whether authentication is required by MSS Centralized Management.
Syntax
'Declaration
 
Property AuthenticationRequired As Boolean
 
'Usage
 
Dim instance As ICentralizedManagement
Dim value As Boolean
 
instance.AuthenticationRequired = value
 
value = instance.AuthenticationRequired
See Also