Gets the ID of the undo frame.
 
    Namespace: 
   Dundas.BI.WebApi.Models
    Assembly:
   Dundas.BI.WebApiCore (in Dundas.BI.WebApiCore.dll) Version: 2.0.0.0 (25.3.0.1000)
Syntax[DataMemberAttribute(EmitDefaultValue = false, Name = "id")]
public long Id { get; set; }<DataMemberAttribute(EmitDefaultValue := false, Name := "id")>
Public Property Id As Long
	Get
	Set
public:
[DataMemberAttribute(EmitDefaultValue = false, Name = L"id")]
property long long Id {
	long long get ();
	void set (long long value);
}[<DataMemberAttribute(EmitDefaultValue = false, Name = "id")>]
member Id : int64 with get, set
Property Value
Type: 
Int64
See Also