次の方法で共有


IFsrmPipelineModuleConnector.moduleName Property

 

Retrieves the name of the module.

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

Syntax

string moduleName { get; }
property String^ moduleName {
    String^ get();
}
abstract moduleName : string with get
ReadOnly Property moduleName As String

Property Value

Type: System.String

A String containing the name of the module.

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