UndoFrameActionId Property  | 
 Gets the action identifier.
 
    Namespace: 
   Dundas.BI.Entities
    Assembly:
   Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.3.0.1000)
Syntaxpublic Guid? ActionId { get; }Public ReadOnly Property ActionId As Guid?
	Get
public:
property Nullable<Guid> ActionId {
	Nullable<Guid> get ();
}member ActionId : Nullable<Guid> with get
Property Value
Type: 
NullableGuid
See Also