Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets and sets the Parameters property.
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 Parameters property.
Implements
IFsrmPropertyDefinition.Parameters
See Also
IFsrmPropertyDefinition2 Interface
Microsoft.Storage Namespace
Return to top