ServerParameter.Null Property
NOTE: This API is now obsolete.
Gets or sets a Boolean value that specifies whether the value of the server parameter is a null reference (Nothing in Visual Basic).
Namespace: Microsoft.SharePoint.Dsp
Assembly: Microsoft.SharePoint.Dsp (in Microsoft.SharePoint.Dsp.dll)
Syntax
'Declaration
<ObsoleteAttribute("Use the Lists web service instead.")> _
Public Property Null As Boolean
Get
Set
'Usage
Dim instance As ServerParameter
Dim value As Boolean
value = instance.Null
instance.Null = value
[ObsoleteAttribute("Use the Lists web service instead.")]
public bool Null { get; set; }
Property Value
Type: System.Boolean
true to specify that the value of the parameter is a null reference (Nothing in Visual Basic); false to specify that the value of the server parameter will be interpreted as an empty string ("").