Note
Ang pag-access sa pahinang ito ay nangangailangan ng pahintulot. Maaari mong subukang mag-sign in o magpalit ng mga direktoryo.
Ang pag-access sa pahinang ito ay nangangailangan ng pahintulot. Maaari mong subukang baguhin ang mga direktoryo.
Gets the file attributes.
Namespace: Microsoft.Synchronization.Files
Assembly: Microsoft.Synchronization.Files (in Microsoft.Synchronization.Files.dll)
Syntax
'Declaration
Public ReadOnly Property Attributes As FileAttributes
Get
'Usage
Dim instance As FileData
Dim value As FileAttributes
value = instance.Attributes
public FileAttributes Attributes { get; }
public:
property FileAttributes Attributes {
FileAttributes get ();
}
member Attributes : FileAttributes
function get Attributes () : FileAttributes
Property Value
Type: System.IO.FileAttributes
The attributes of the file.
Remarks
File attributes are used to indicate a variety of information about a file or folder, such as whether it is hidden or read-only.