ActionApplyMessageCompositionDisplayName Property |
The name used in dialogs to mark types of actions.
Namespace:
ER.Shared.Settings.Actions
Assembly:
ER.Shared.Settings.2 (in ER.Shared.Settings.2.dll) Version: 6.2.1
Syntaxpublic virtual string DisplayName { get; }
Public Overridable ReadOnly Property DisplayName As String
Get
public:
virtual property String^ DisplayName {
String^ get ();
}
abstract DisplayName : string with get
override DisplayName : string with get
Property Value
Type:
StringImplements
IRuleActionDescDisplayName
See Also