Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the values of a parameter.
Namespace: Microsoft.Office.Excel.Server.WebServices
Assembly: Microsoft.Office.Excel.Server.WebServices (in Microsoft.Office.Excel.Server.WebServices.dll)
Syntax
'Declaration
Public Property Values As String()
Get
Set
'Usage
Dim instance As ParameterInfo
Dim value As String()
value = instance.Values
instance.Values = value
public string[] Values { get; set; }
Property Value
Type: []
The String value of the parameter.