Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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
'Usage
Dim instance As FileData
Dim value As FileAttributes
value = instance.Attributes
public FileAttributes Attributes { get; }
public:
property FileAttributes Attributes {
FileAttributes get ();
}
/** @property */
public FileAttributes get_Attributes ()
public function get Attributes () : FileAttributes
Property Value
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.
See Also
Reference
FileData Class
FileData Members
Microsoft.Synchronization.Files Namespace