Gets or sets the copy recipient address keys
Namespace:
Scanjour.Workflow4.ActivityLibrary
Assembly:
Scanjour.Workflow4.ActivityLibrary_23.3.0.0 (in Scanjour.Workflow4.ActivityLibrary_23.3.0.0.dll) Version: 23.3.0.0 (23.3.0.0)
public InArgument<string[]> CopyRecipientAddressKeys { get; set; }
Public Property CopyRecipientAddressKeys As InArgument(Of String())
Get
Set
public:
property InArgument<array<String^>^>^ CopyRecipientAddressKeys {
InArgument<array<String^>^>^ get ();
void set (InArgument<array<String^>^>^ value);
}
member CopyRecipientAddressKeys : InArgument<string[]> with get, set
Property Value
Type:
InArgumentString
Reference