UndoContextDataCurrentFrame Property  | 
 Gets the current 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 = "currentFrame")]
public UndoFrameData? CurrentFrame { get; set; }<DataMemberAttribute(EmitDefaultValue := false, Name := "currentFrame")>
Public Property CurrentFrame As UndoFrameData
	Get
	Set
public:
[DataMemberAttribute(EmitDefaultValue = false, Name = L"currentFrame")]
property UndoFrameData^ CurrentFrame {
	UndoFrameData^ get ();
	void set (UndoFrameData^ value);
}[<DataMemberAttribute(EmitDefaultValue = false, Name = "currentFrame")>]
member CurrentFrame : UndoFrameData with get, set
Property Value
Type: 
UndoFrameData
See Also