Поделиться через


Свойство NullableSpecified

Indicates whether the Nullable property has been specified.

Пространство имен:  ReportExecution2005
Сборка:  ReportExecution2005 (в ReportExecution2005.dll)

Синтаксис

'Декларация
Public Property NullableSpecified As Boolean
    Get
    Set
'Применение
Dim instance As ReportParameter
Dim value As Boolean

value = instance.NullableSpecified

instance.NullableSpecified = value
public bool NullableSpecified { get; set; }
public:
property bool NullableSpecified {
    bool get ();
    void set (bool value);
}
member NullableSpecified : bool with get, set
function get NullableSpecified () : boolean
function set NullableSpecified (value : boolean)

Значение свойства

Тип: System. . :: . .Boolean
A Boolean value.