xArgs.parm Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
parm() |
Gets or sets a string that specifies miscellaneous information for the called object. |
parm(String) |
parm()
Gets or sets a string that specifies miscellaneous information for the called object.
public:
virtual System::String ^ parm();
public virtual string parm ();
abstract member parm : unit -> string
override this.parm : unit -> string
Public Overridable Function parm () As String
Returns
The value of the string that specifies miscellaneous information for the called object.
Applies to
parm(String)
public:
virtual System::String ^ parm(System::String ^ _value);
public virtual string parm (string _value);
abstract member parm : string -> string
override this.parm : string -> string
Public Overridable Function parm (_value As String) As String
Parameters
- _value
- String
The value to set; optional.