IJobSubmissionClientBase.IgnoreSslErrors Property

Gets or sets a value indicating whether or not servicer side SSL errors should be ignored.

Namespace:  Microsoft.Hadoop.Client
Assembly:  Microsoft.Hadoop.Client (in Microsoft.Hadoop.Client.dll)

Syntax

'Declaration
Property IgnoreSslErrors As Boolean 
    Get 
    Set
'Usage
Dim instance As IJobSubmissionClientBase 
Dim value As Boolean 

value = instance.IgnoreSslErrors

instance.IgnoreSslErrors = value
bool IgnoreSslErrors { get; set; }
property bool IgnoreSslErrors {
    bool get ();
    void set (bool value);
}
abstract IgnoreSslErrors : bool with get, set
function get IgnoreSslErrors () : boolean 
function set IgnoreSslErrors (value : boolean)

Property Value

Type: System.Boolean

See Also

Reference

IJobSubmissionClientBase Interface

Microsoft.Hadoop.Client Namespace