次の方法で共有


ExecutionDateSpecified プロパティ

ExecutionDate プロパティが指定されているかどうかを示す値を取得または設定します。

名前空間:  ReportService2005
アセンブリ:  ReportService2005 (ReportService2005.dll)

構文

'宣言
Public Property ExecutionDateSpecified As Boolean
    Get
    Set
'使用
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)

プロパティ値

型: System. . :: . .Boolean
Web サービス呼び出しに ExecutionDate プロパティを含める必要がある場合は true、含める必要がない場合は false です。既定値は false です。

説明

プロパティの省略の詳細については、「オプションの Web サービス オブジェクトの値の省略」を参照してください。