GetName Method (IParameter)
Gets the name of this parameter.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function GetName() As String |
Visual Basic (Usage) | |
---|
Dim instance As IParameter
Dim value As String
value = instance.GetName()
|
C++/CLI | |
---|
String^ GetName(); |
Example
Remarks
See Also