Command Property
Description
This property returns or sets the string value of the command to be executed.
Property type
Read-write property
Syntax
Visual Basic |
---|
Public Property Command As String |
Return Type
Read/write String value.
Remarks
This string should be in the same format as a string entered into Window's Run Dialog box (i.e. The string should include full pathname and executable name of the external command to be executed).
See Also