IFsrmPipelineModuleConnector.ModuleImplementation Property
Retrieves the interface that implements the pipeline module.
Namespace: Microsoft.Storage
Assembly: srmlib (in srmlib.dll)
Syntax
IFsrmPipelineModuleImplementation ModuleImplementation { get; }
property IFsrmPipelineModuleImplementation^ ModuleImplementation {
IFsrmPipelineModuleImplementation^ get();
}
abstract ModuleImplementation : IFsrmPipelineModuleImplementation with get
ReadOnly Property ModuleImplementation As IFsrmPipelineModuleImplementation
Property Value
Type: Microsoft.Storage.IFsrmPipelineModuleImplementation
An IFsrmPipelineModuleImplementation interface to module's implementation.
Remarks
This property supports the infrastructure and is not intended to be used directly from your code.
See Also
FsrmPipelineModuleConnector
IFsrmPipelineModuleConnector Interface
Microsoft.Storage Namespace
Return to top