FsrmPipelineModuleConnectorClass.moduleName Property
Retrieves the name of the module.
Namespace: Microsoft.Storage
Assembly: srmlib (in srmlib.dll)
Syntax
public virtual string moduleName { get; }
public:
property String^ moduleName {
virtual String^ get();
}
abstract moduleName : string with get
override moduleName : string with get
Public Overridable ReadOnly Property moduleName As String
Property Value
Type: System.String
Returns a String containing the name of the module.
Implements
IFsrmPipelineModuleConnector.moduleName
Remarks
This property supports the infrastructure and is not intended to be used directly from your code.
See Also
FsrmPipelineModuleConnector
IFsrmPipelineModuleConnector
FsrmPipelineModuleConnectorClass Class
Microsoft.Storage Namespace
Return to top