MediaScriptCommandRoutedEventArgs.ParameterValue Property
Definition
Gets the arguments associated with the script command type.
public:
property System::String ^ ParameterValue { System::String ^ get(); };
public string ParameterValue { get; }
member this.ParameterValue : string
Public ReadOnly Property ParameterValue As String
Property Value
The arguments associated with the script command type.