Discuss this help topic in SecureBlackbox Forum
This read-only property contains number of extended attributes.
Declaration
[C#]
int ExtendedAttributeCount;
[VB.NET]
Property ExtendedAttributeCount As Integer
[Pascal]
property ExtendedAttributeCount : integer;
[C++]
int32_t get_ExtendedAttributeCount();
[PHP]
integer get_ExtendedAttributeCount()
[Java]
int getExtendedAttributeCount();
Description
This property contains number of extended attributes.
Discuss this help topic in SecureBlackbox Forum