IFsrmFileScreenBase.FileScreenFlags Property
Retrieves or sets the file screen flags. The flags determine if FSRM fails any IO operations that violate the file screen.
Namespace: Microsoft.Storage
Assembly: srmlib (in srmlib.dll)
Syntax
int FileScreenFlags { get; set; }
property int FileScreenFlags {
int get();
void set(int value);
}
abstract FileScreenFlags : int with get, set
Property FileScreenFlags As Integer
Property Value
Type: System.Int32
A Int32 that contains the file screen flags. For possible values, see the _FsrmFileScreenFlags enumeration. The default is FsrmFileScreenFlags_Enforce.
Remarks
For an example, see Using Templates to Define File Screens.
See Also
IFsrmFileScreenBase Interface
Microsoft.Storage Namespace
Return to top