Gets or sets if server will check file permisions

Namespace: White_Tiger
Assembly: White Tiger (in White Tiger.dll) Version: 0.1.3.5 (0.1.3.5)

Syntax

C#
public bool Filesecurity { get; set; }
Visual Basic
Public Property Filesecurity As Boolean
	Get
	Set
Visual C++
public:
property bool Filesecurity {
	bool get ();
	void set (bool value);
}

Property Value

Type: Boolean

See Also