ConditionSpecified propriété
Indicates whether the Condition property is specified.
Espace de noms : ReportService2005
Assembly : ReportService2005 (dans ReportService2005.dll)
Syntaxe
'Déclaration
Public Property ConditionSpecified As Boolean
Get
Set
'Utilisation
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)
Valeur de la propriété
Type : System. . :: . .Boolean
A Boolean value.
Voir aussi