ActionBaseActionType Property |
Gets the action type.
Namespace:
Dundas.BI.Entities.Views
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (10.0.0.1002)
Syntaxpublic abstract ActionType ActionType { get; }Public MustOverride ReadOnly Property ActionType As ActionType
Get
public:
virtual property ActionType ActionType {
ActionType get () abstract;
}abstract ActionType : ActionType with get
Property Value
Type:
ActionType
See Also