UndoFrameActionId Property |
Gets the action identifier.
Namespace: Dundas.BI.EntitiesAssembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.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
NullableGuid
See Also