Share via


CatalogItem.ExecutionDateSpecified 属性

定义

获取或设置一个值,该值指示是否指定 ExecutionDate 属性。

public:
 property bool ExecutionDateSpecified { bool get(); void set(bool value); };
public bool ExecutionDateSpecified { get; set; }
member this.ExecutionDateSpecified : bool with get, set
Public Property ExecutionDateSpecified As Boolean

属性值

如果应该在 Web 服务调用中包括 ExecutionDate 属性,则为 true;否则为 false。 默认为 false

注解

有关省略属性的详细信息,请参阅 省略可选 Web 服务对象的值

适用于