FolderInfo.Flag Property
Gets and sets the flags on the folder.
Namespace: Microsoft.WindowsServerSolutions.Storage
Assembly: StorageOM (in StorageOM.dll)
Syntax
[DataMemberAttribute]
public FolderFlag Flag { get; set; }
public:
[DataMemberAttribute]
property FolderFlag Flag {
FolderFlag get();
void set(FolderFlag value);
}
<DataMemberAttribute>
Public Property Flag As FolderFlag
Property Value
Type: Microsoft.WindowsServerSolutions.Storage.FolderFlag
The flags on the folder.
See Also
FolderInfo Class
Microsoft.WindowsServerSolutions.Storage Namespace
Return to top