Share via


ServerParameter.Name Property

NOTE: This API is now obsolete.

Gets or sets the name 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 Name As String
    Get
    Set
'Usage
Dim instance As ServerParameter
Dim value As String

value = instance.Name

instance.Name = value
[ObsoleteAttribute("Use the Lists web service instead.")]
public string Name { get; set; }

Property Value

Type: System.String
A string that contains the name.

See Also

Reference

ServerParameter Class

ServerParameter Members

Microsoft.SharePoint.Dsp Namespace