IFsrmPipelineModuleDefinition.ModuleClsid Property
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
Returns a String specifying the COM class identifier for the class that implements the module defined by this module definition.
See Also
IFsrmPipelineModuleDefinition Interface
Microsoft.Storage Namespace
Return to top