Gets or sets a value which indicates whether the value of the parameter can be null.
Namespace:
PerpetuumSoft.ReportingServices.Viewer.Client
Assembly:
PerpetuumSoft.ReportingServices.Viewer.Client (in PerpetuumSoft.ReportingServices.Viewer.Client.dll) Version: 1.0.0.0
Syntax
| C# |
|---|
public bool IsNullable { get; set; } |
| Visual Basic (Declaration) |
|---|
Public Property IsNullable As Boolean |
| Visual C++ |
|---|
public:
property bool IsNullable {
bool get ();
void set (bool value);
} |
Field Value
true if the value of the parameter can be null; otherwise,
false.
See Also