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 a value that indicates whether this object represents a directory.
Namespace: Microsoft.Synchronization.Files
Assembly: Microsoft.Synchronization.Files (in microsoft.synchronization.files.dll)
Syntax
'Declaration
Public ReadOnly Property IsDirectory As Boolean
'Usage
Dim instance As FileData
Dim value As Boolean
value = instance.IsDirectory
public bool IsDirectory { get; }
public:
property bool IsDirectory {
bool get ();
}
/** @property */
public boolean get_IsDirectory ()
public function get IsDirectory () : boolean
Property Value
true if this object represents a directory; otherwise, false.
Remarks
If this object is a directory, the Attributes property will contain the Directory flag.
See Also
Reference
FileData Class
FileData Members
Microsoft.Synchronization.Files Namespace