Свойство ConditionSpecified
Indicates whether the Condition property is specified.
Пространство имен: ReportService2005
Сборка: ReportService2005 (в ReportService2005.dll)
Синтаксис
'Декларация
Public Property ConditionSpecified As Boolean
Get
Set
'Применение
Dim instance As SearchCondition
Dim value As Boolean
value = instance.ConditionSpecified
instance.ConditionSpecified = value
public bool ConditionSpecified { get; set; }
public:
property bool ConditionSpecified {
bool get ();
void set (bool value);
}
member ConditionSpecified : bool with get, set
function get ConditionSpecified () : boolean
function set ConditionSpecified (value : boolean)
Значение свойства
Тип: System. . :: . .Boolean
A Boolean value.