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

CLS-comliant alternative to the Attr property - gets or sets file attributes.

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

Syntax

C#
[EditorBrowsableAttribute(EditorBrowsableState.Advanced)]
public int Attributes { get; set; }
Visual Basic
<EditorBrowsableAttribute(EditorBrowsableState.Advanced)> _
Public Property Attributes As Integer
	Get
	Set
Visual C++
[EditorBrowsableAttribute(EditorBrowsableState::Advanced)]
public:
property int Attributes {
	int get ();
	void set (int value);
}
F#
[<EditorBrowsableAttribute(EditorBrowsableState.Advanced)>]
member Attributes : int with get, set
JScript
function get Attributes () : int
function set Attributes (value : int)

Field Value

Value of the Attr property (bitwise same)

Return Value

Bitwise-same value as Attr representing file attrbutes

See Also