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