Name Property (SpParameter)
- Last UpdatedNov 06, 2025
- 1 minute read
Gets the name of the parameter that will be an input parameter to a directly called stored procedure in the MES database.
'Declaration
Public ReadOnly Property Name As String
'Usage
Dim instance As SpParameter
Dim value As String
instance.Name = value
value = instance.Name
public string Name {get;}