ConnectionSettings.ThrowIfPropertyNotSet Method

Definition

Overloads

ThrowIfPropertyNotSet(String, String)
ThrowIfPropertyNotSet(String, String, Boolean)

ThrowIfPropertyNotSet(String, String)

protected string ThrowIfPropertyNotSet (string propertyName, string str);
member this.ThrowIfPropertyNotSet : string * string -> string
Protected Function ThrowIfPropertyNotSet (propertyName As String, str As String) As String

Parameters

propertyName
String
str
String

Returns

Applies to

ThrowIfPropertyNotSet(String, String, Boolean)

protected string ThrowIfPropertyNotSet (string propertyName, string str, bool checkEmpty);
member this.ThrowIfPropertyNotSet : string * string * bool -> string
Protected Function ThrowIfPropertyNotSet (propertyName As String, str As String, checkEmpty As Boolean) As String

Parameters

propertyName
String
str
String
checkEmpty
Boolean

Returns

Applies to