|
FtpClientCaseInsensitive Property
|
Gets or sets FTP case sensitivity of file and directory names.
Namespace: GSF.Net.FtpAssembly: GSF.Net (in GSF.Net.dll) Version: 2.4.246-beta
Syntax[BrowsableAttribute(true)]
[DefaultValueAttribute(false)]
public bool CaseInsensitive { get; set; }
<BrowsableAttribute(true)>
<DefaultValueAttribute(false)>
Public Property CaseInsensitive As Boolean
Get
Set
public:
[BrowsableAttribute(true)]
[DefaultValueAttribute(false)]
property bool CaseInsensitive {
bool get ();
void set (bool value);
}
[<BrowsableAttribute(true)>]
[<DefaultValueAttribute(false)>]
member CaseInsensitive : bool with get, set
function get_CaseInsensitive();
function set_CaseInsensitive(value);
View SourceProperty Value
Boolean
Remarks
Set to true to not be case sensitive with FTP file and directory names.
See Also