ActionDataActionType Property |
Gets the action type.
Namespace:
Dundas.BI.WebApi.Models
Assembly:
Dundas.BI.WebApi (in Dundas.BI.WebApi.dll) Version: 2.0.0.0 (10.0.0.1002)
Syntax[DataMemberAttribute(Name = "actionType")]
public ActionType ActionType { get; set; }<DataMemberAttribute(Name := "actionType")>
Public Property ActionType As ActionType
Get
Set
public:
[DataMemberAttribute(Name = L"actionType")]
property ActionType ActionType {
ActionType get ();
void set (ActionType value);
}[<DataMemberAttribute(Name = "actionType")>]
member ActionType : ActionType with get, set
Property Value
Type:
ActionType
See Also