Share via


Policy.ConnectionProcessingFinishedEventArgs.RootCheckPassed Property

Gets or sets the result of root checking.

Namespace:  Microsoft.SqlServer.Management.Dmf
Assembly:  Microsoft.SqlServer.Dmf (in Microsoft.SqlServer.Dmf.dll)

Syntax

'Declaration
Public Property RootCheckPassed As Boolean
    Get
    Set
'Usage
Dim instance As Policy..::..ConnectionProcessingFinishedEventArgs
Dim value As Boolean

value = instance.RootCheckPassed

instance.RootCheckPassed = value
public bool RootCheckPassed { get; set; }
public:
property bool RootCheckPassed {
    bool get ();
    void set (bool value);
}
member RootCheckPassed : bool with get, set
function get RootCheckPassed () : boolean
function set RootCheckPassed (value : boolean)

Property Value

Type: System.Boolean
A Boolean value, True if root checking passed, otherwise False.