แก้ไข

แชร์ผ่าน


IDatabaseResponse.ItemVersion Property

Definition

Gets the item version string.

public:
 property System::String ^ ItemVersion { System::String ^ get(); };
public string? ItemVersion { get; }
member this.ItemVersion : string
Public ReadOnly Property ItemVersion As String

Property Value

Remarks

For HTTP based protocols it could be based on ETag property. If provided this version can be used in update APIs for consistency control.

Applies to