次の方法で共有


IFsrmStorageModuleDefinition.ModuleClsid Property

 

Retrieves or sets a string representation specifying the COM class identifier for the class that implements the module defined by this module definition.

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

Syntax

string ModuleClsid { get; set; }
property String^ ModuleClsid {
    String^ get();
    void set(String^ value);
}
abstract ModuleClsid : string with get, set
Property ModuleClsid As String

Property Value

Type: System.String

A string representation specifying the COM class identifier for the class that implements the module defined by this module definition.

Implements

IFsrmPipelineModuleDefinition.ModuleClsid

See Also

IFsrmStorageModuleDefinition Interface
Microsoft.Storage Namespace

Return to top