DictMethod.Parametername(Int32) 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.
Gets the name of the specified parameter.
public:
virtual System::String ^ Parametername(int num1);
public virtual string Parametername (int num1);
abstract member Parametername : int -> string
override this.Parametername : int -> string
Public Overridable Function Parametername (num1 As Integer) As String
Parameters
- num1
- Int32
Returns
The name of the specified parameter.