IFsrmStorageModuleDefinition.Parameters Property
Retrieves or sets the optional parameters to pass to the module.
Namespace: Microsoft.Storage
Assembly: srmlib (in srmlib.dll)
Syntax
object[] Parameters { get; set; }
property array<Object^>^ Parameters {
array<Object^>^ get();
void set(array<Object^>^ value);
}
abstract Parameters : Object[] with get, set
Property Parameters As Object()
Property Value
Type: System.Object[]
Returns the optional parameters to pass to the module.
Implements
IFsrmPipelineModuleDefinition.Parameters
See Also
IFsrmStorageModuleDefinition Interface
Microsoft.Storage Namespace
Return to top