ActionForceEmailFormatID Property |
Unique ID - GUID that specifies actions in global containers working on action level, e.g. in the frequency
counter of sending auto-responders.
Namespace:
ER.Shared.Settings.Actions
Assembly:
ER.Shared.Settings.2 (in ER.Shared.Settings.2.dll) Version: 10.0.1
Syntaxpublic string ID { get; set; }
Public Property ID As String
Get
Set
public:
virtual property String^ ID {
String^ get () sealed;
void set (String^ value) sealed;
}
abstract ID : string with get, set
override ID : string with get, set
Property Value
Type:
StringImplements
IRuleActionDescID
See Also