IFsrmActionCommand.Arguments Property
Retrieves or sets the arguments to pass to the executable program specified in the ExecutablePath property.
This property is read/write.
Namespace: Microsoft.Storage
Assembly: srmlib (in srmlib.dll)
Syntax
string Arguments { get; set; }
property String^ Arguments {
String^ get();
void set(String^ value);
}
abstract Arguments : string with get, set
Property Arguments As String
Property Value
Type: System.String
A String that contains the arguments to pass to the executable program. The string is limited to 4,000 characters.
See Also
IFsrmActionCommand Interface
Microsoft.Storage Namespace
Return to top