UndoFrameActionId Property |
Gets the action identifier.
Namespace:
Dundas.BI.Entities
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax public 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:
NullableGuidSee Also