SqmSettings.UseWindowsAuth Property

 

Applies To: Operations Manager for System Center 2012

Gets or sets a value indicating whether to use Windows Authentication for SQM communication.

Namespace:   Microsoft.EnterpriseManagement.Monitoring.ClientMonitoring
Assembly:  Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)

Syntax

public bool UseWindowsAuth { get; set; }
public:
property bool UseWindowsAuth {
    bool get();
    void set(bool value);
}
member UseWindowsAuth : bool with get, set
Public Property UseWindowsAuth As Boolean

Property Value

Type: System.Boolean

Returns Boolean that gives true to use Windows Authentication ; otherwise, false.

See Also

SqmSettings Class
Microsoft.EnterpriseManagement.Monitoring.ClientMonitoring Namespace

Return to top