FileDataCurrentRevision Property |
Gets the highest revision number associated with this file.
Namespace:
Dundas.BI.WebApi.Models
Assembly:
Dundas.BI.WebApiCore (in Dundas.BI.WebApiCore.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax [DataMemberAttribute(Name = "currentRevision", EmitDefaultValue = false)]
public long CurrentRevision { get; set; }
<DataMemberAttribute(Name := "currentRevision", EmitDefaultValue := false)>
Public Property CurrentRevision As Long
Get
Set
public:
[DataMemberAttribute(Name = L"currentRevision", EmitDefaultValue = false)]
property long long CurrentRevision {
long long get ();
void set (long long value);
}
[<DataMemberAttribute(Name = "currentRevision", EmitDefaultValue = false)>]
member CurrentRevision : int64 with get, set
Property Value
Type:
Int64See Also