ServerParameter.Null Property

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

Public Property Null As Boolean
    Get
    Set

Dim instance As ServerParameter
Dim value As Boolean

value = instance.Null

instance.Null = value
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 ("").

See Also

Reference

ServerParameter Class

ServerParameter Members

Microsoft.SharePoint.Dsp Namespace