[This is preliminary documentation and is subject to change.]

Attributes of the remote file - should be copied with the file.

Namespace: Tools.TotalCommanderT
Assembly: Tools.TotalCommander (in Tools.TotalCommander.dll) Version: 1.5.3.38916 (1.5.3.38916)

Syntax

C#
[CLSCompliantAttribute(false)]
public FileAttributes Attr { get; set; }
Visual Basic
<CLSCompliantAttribute(False)> _
Public Property Attr As FileAttributes
	Get
	Set
Visual C++
[CLSCompliantAttribute(false)]
public:
property FileAttributes Attr {
	FileAttributes get ();
	void set (FileAttributes value);
}
F#
[<CLSCompliantAttribute(false)>]
member Attr : FileAttributes with get, set
JScript
function get Attr () : FileAttributes
function set Attr (value : FileAttributes)

Remarks

This property is not CLS-comliant. CLS-compliant alternative is Attributes.

See Also