Freigeben über


ExecutionDateSpecified-Eigenschaft

Ruft einen Wert ab, der angibt, ob die ExecutionDate-Eigenschaft angegeben wird, oder legt ihn fest.

Namespace:  ReportService2006
Assembly:  ReportService2006 (in ReportService2006.dll)

Syntax

'Declaration
Public Property ExecutionDateSpecified As Boolean
    Get
    Set
'Usage
Dim instance As CatalogItem
Dim value As Boolean

value = instance.ExecutionDateSpecified

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

Eigenschaftswert

Typ: System. . :: . .Boolean
true , wenn die ExecutionDate-Eigenschaft im Webdienstaufruf enthalten sein muss; andernfalls false. Der Standardwert ist false.

Hinweise

For more information about omitting properties see Weglassen von Werten für optionale Webdienstobjekte.