问题描述
ItemTYpe有一个名为LastModifiedTime的属性。我需要知道CalendarItem何时更新。如果用户进入约会并以某种方式修改约会,此属性是否会设置?我已经对CalendarItem进行了更改,似乎此属性没有得到更新。
我在MSDN上也注意到了这个注释,这实际上是说这个字段不会更新吗?
LastModifiedTime 属性签名不正确,因为它表明此属性是可设置的。 setter属性是一个事实,即自动生成的代理生成器没有上下文来考虑服务器业务逻辑,这不允许设置此属性。
ItemTYpe has a property called LastModifiedTime. I need to know when a CalendarItem has been updated. If a user goes into their appointment and modifies the appointment in some way, will this property get set? I have made changes to a CalendarItem and it seems that this property does not get updated.
I also noticed this remark on MSDN and is this actually saying this field will not get updated?
The LastModifiedTime property signature is incorrect because it suggests that this property is settable. The setter property is an artifact of the fact that the auto-generated proxy generator does not have the context to account for the server business logic, which does not allow this property to be set.
推荐答案
这篇关于ItemType - LastModifiedTime属性的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!