IFsrmFileScreen.BlockedFileGroups Property
Gets and sets the BlockedFileGroups property.
Namespace: Microsoft.Storage
Assembly: srmlib (in srmlib.dll)
Syntax
IFsrmMutableCollection BlockedFileGroups { get; set; }
property IFsrmMutableCollection^ BlockedFileGroups {
IFsrmMutableCollection^ get();
void set(IFsrmMutableCollection^ value);
}
abstract BlockedFileGroups : IFsrmMutableCollection with get, set
Property BlockedFileGroups As IFsrmMutableCollection
Property Value
Type: Microsoft.Storage.IFsrmMutableCollection
Returns the BlockedFileGroups property.
Implements
IFsrmFileScreenBase.BlockedFileGroups
See Also
IFsrmFileScreen Interface
Microsoft.Storage Namespace
Return to top