Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the flag of the folder.
Namespace: Microsoft.WindowsServerSolutions.Storage
Assembly: StorageOM (in StorageOM.dll)
Syntax
public FolderFlag Flag { get; internal set; }
public:
property FolderFlag Flag {
FolderFlag get();
internal: void set(FolderFlag value);
}
Public Property Flag As FolderFlag
Get
Friend Set
End Property
Property Value
Type: Microsoft.WindowsServerSolutions.Storage.FolderFlag
An instance of the FolderFlag class that specifies the flag.
See Also
Folder Class
Microsoft.WindowsServerSolutions.Storage Namespace
Return to top