IFsrmStorageModuleDefinition.NeedsFileContent Property

 

Gets or sets a value that determines whether the module needs to read the contents of the file.

Namespace:   Microsoft.Storage
Assembly:  srmlib (in srmlib.dll)

Syntax

bool NeedsFileContent { get; set; }
property bool NeedsFileContent {
    bool get();
    void set(bool value);
}
abstract NeedsFileContent : bool with get, set
Property NeedsFileContent As Boolean

Property Value

Type: System.Boolean

Returns a value that determines whether the module needs to read the contents of the file.

Implements

IFsrmPipelineModuleDefinition.NeedsFileContent

See Also

IFsrmStorageModuleDefinition Interface
Microsoft.Storage Namespace

Return to top