FileIdBothDirectoryInfoExtendedAttributesSize Property |
The size of the extended attributes for the file.
Namespace:
Alphaleonis.Win32.Filesystem
Assembly:
AlphaFS (in AlphaFS.dll) Version: 2.2
Syntax public int ExtendedAttributesSize { get; set; }
Public Property ExtendedAttributesSize As Integer
Get
Set
public:
property int ExtendedAttributesSize {
int get ();
void set (int value);
}
member ExtendedAttributesSize : int with get, set
Property Value
Type:
Int32See Also