NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

FileSystemEntry.Attributes

Retrieves or sets the attributes of the current file or directory.

[Visual Basic]
MustOverride Public Property Attributes As FileSystemAttributes
[C#]
public FileSystemAttributes Attributes {abstract get; abstract
   set;}
[C++]
public: __property virtual FileSystemAttributes get_Attributes() = 0;public: __property virtual void set_Attributes(FileSystemAttributes) = 0;
[JScript]
public abstract function get Attributes() : FileSystemAttributes;
public abstract function set Attributes(FileSystemAttributes);

Property Value

The FileSystemAttributes enumeration that indicates the attributes of the current file or directory.

See Also

FileSystemEntry Class | FileSystemEntry Members | System.IO Namespace