Share via


IFsrmFileScreenTemplateImported.FileScreenFlags Property

 

Gets and sets the FileScreenFlags property.

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

Returns the FileScreenFlags property.

Implements

IFsrmFileScreenTemplate.FileScreenFlags

See Also

IFsrmFileScreenTemplateImported Interface
Microsoft.Storage Namespace

Return to top