ServerParameter.Value Property
NOTE: This API is now obsolete.
Gets or sets the value of the server parameter.
Namespace: Microsoft.SharePoint.Dsp
Assembly: Microsoft.SharePoint.Dsp (in Microsoft.SharePoint.Dsp.dll)
Syntax
'Declaration
<ObsoleteAttribute("Use the Lists web service instead.")> _
Public Property Value As String
Get
Set
'Usage
Dim instance As ServerParameter
Dim value As String
value = instance.Value
instance.Value = value
[ObsoleteAttribute("Use the Lists web service instead.")]
public string Value { get; set; }
Property Value
Type: System.String
A string that contains the value.