IFsrmClassifierModuleDefinition.NeedsFileContent Property
Gets and sets the NeedsFileContent property.
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 the NeedsFileContent property.
Implements
IFsrmPipelineModuleDefinition.NeedsFileContent
See Also
IFsrmClassifierModuleDefinition Interface
Microsoft.Storage Namespace
Return to top