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: [DspSts Web service]
Web service reference: http://Site/_vti_bin/DspSts.asmx
Syntax
'Declaration
Public Property Null As Boolean
Get
Set
'Usage
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 is interpreted as an empty string ("").