ItemType.LastModifiedTime Property

Definition

The LastModifiedTime property gets an instance of the DateTime structure that represents the date and time that the item was last modified.

public:
 property DateTime LastModifiedTime { DateTime get(); void set(DateTime value); };
public DateTime LastModifiedTime { get; set; }
Public Property LastModifiedTime As DateTime

Property Value

The LastModifiedTime property returns an instance of the DateTime structure that represents the date and time that the item was last modified.

Remarks

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.

Applies to