MessageEntryParameters Property
The parameters used to fill out the parameter placeholders in the localized message.
Namespace: Scanjour.Workflow4.Base.LocalizationAssembly: Scanjour.Workflow4.Base (in Scanjour.Workflow4.Base.dll) Version: 24.4.0.0 (24.4.0.0)
public IEnumerable<string> Parameters { get; }
Public ReadOnly Property Parameters As IEnumerable(Of String)
Get
public:
property IEnumerable<String^>^ Parameters {
IEnumerable<String^>^ get ();
}
member Parameters : IEnumerable<string> with get
Property Value
IEnumerableString