Partager via


Folder.Flag Property

 

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