SynchronizedEventArgsActions Property |
Namespace: ConnectedApps.Cms.HooksAssembly: ConnectedApps.Cms (in ConnectedApps.Cms.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic Action[] Actions { get; }
Public ReadOnly Property Actions As Action()
Get
public:
property array<Action^>^ Actions {
array<Action^>^ get ();
}
member Actions : Action[] with get
Property Value
Type:
Action
See Also