Share via


IFsrmFileScreenTemplate.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

IFsrmFileScreenTemplate Interface
Microsoft.Storage Namespace

Return to top