IFsrmFileScreenException.AllowedFileGroups Property
Retrieves or sets the names of the file groups that contain the file name patterns of the files that are allowed in the directory.
Namespace: Microsoft.Storage
Assembly: srmlib (in srmlib.dll)
Syntax
IFsrmMutableCollection AllowedFileGroups { get; set; }
property IFsrmMutableCollection^ AllowedFileGroups {
IFsrmMutableCollection^ get();
void set(IFsrmMutableCollection^ value);
}
abstract AllowedFileGroups : IFsrmMutableCollection with get, set
Property AllowedFileGroups As IFsrmMutableCollection
Property Value
Type: Microsoft.Storage.IFsrmMutableCollection
A IFsrmMutableCollection containing a collection of names of the file groups that this file screen allows.
Each item in the collection is a VARIANT of type VT_BSTR. Use the bstrVal member of the VARIANT to set the name.
Remarks
For an example, see Defining a File Screen Exception.
See Also
IFsrmFileScreenException Interface
Microsoft.Storage Namespace
Return to top