Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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