ItemType.DateTimeCreatedSpecified 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
属性 DateTimeCreatedSpecified 获取或设置一个布尔值,该值指定属性是否 DateTimeCreated 序列化为 SOAP 请求。 如果指定了 属性, DateTimeCreated 则此属性是必需的。
public:
property bool DateTimeCreatedSpecified { bool get(); void set(bool value); };
public bool DateTimeCreatedSpecified { get; set; }
Public Property DateTimeCreatedSpecified As Boolean
属性值
如果 序列化为 SOAP 请求,DateTimeCreated则DateTimeCreatedSpecified属性返回 true;否则,该属性返回 false。