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