ItemOperationsFetchPropertiesVersion Property |
Specifies the time at which a document item was last modified.
The Version element is present only when the ItemOperations command is used to access a Windows SharePoint Services or UNC resource.
Namespace:
Aspose.Email.Clients.ActiveSync.TransportLayer
Assembly:
Aspose.Email (in Aspose.Email.dll) Version: 22.4
Syntaxpublic DateTime? Version { get; set; }
Public Property Version As DateTime?
Get
Set
public:
property Nullable<DateTime> Version {
Nullable<DateTime> get ();
void set (Nullable<DateTime> value);
}
member Version : Nullable<DateTime> with get, set
Property Value
Type:
NullableDateTime
See Also