IFsrmClassifierModuleDefinition.ModuleClsid Property
Gets and sets the ModuleClsid property.
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 the ModuleClsid property.
Implements
IFsrmPipelineModuleDefinition.ModuleClsid
See Also
IFsrmClassifierModuleDefinition Interface
Microsoft.Storage Namespace
Return to top