MergeContentControlsRecipientAddressKeys Property |
The addresskeys of the main recipients.
Namespace: Scanjour.Workflow4.ActivityLibrary.DocumentsAssembly: Scanjour.Workflow4.ActivityLibrary_24.5.0.0 (in Scanjour.Workflow4.ActivityLibrary_24.5.0.0.dll) Version: 24.5.0.0 (24.5.0.0)
Syntaxpublic InArgument<string[]> RecipientAddressKeys { get; set; }
Public Property RecipientAddressKeys As InArgument(Of String())
Get
Set
public:
property InArgument<array<String^>^>^ RecipientAddressKeys {
InArgument<array<String^>^>^ get ();
void set (InArgument<array<String^>^>^ value);
}
member RecipientAddressKeys : InArgument<string[]> with get, set
Property Value
InArgumentString
See Also