ItemType.IsSubmittedSpecified 属性

定义

属性 IsSubmittedSpecified 获取或设置一个布尔值,该值指定属性是否 IsSubmitted 序列化为 (SOAP 请求。 如果指定了 属性, IsSubmitted 则此属性是必需的。

public:
 property bool IsSubmittedSpecified { bool get(); void set(bool value); };
public bool IsSubmittedSpecified { get; set; }
Public Property IsSubmittedSpecified As Boolean

属性值

如果IsSubmitted属性序列化为 SOAP 请求,则IsSubmittedSpecified属性返回 true;否则,该属性返回 false

适用于