Property name for Recipient Address.
Namespace:
Scanjour.Workflow4.ActivityLibrary.ServiceProcess
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> RecipientAddressProperty { get; set; }
Public Property RecipientAddressProperty As InArgument(Of String)
Get
Set
public:
property InArgument<String^>^ RecipientAddressProperty {
InArgument<String^>^ get ();
void set (InArgument<String^>^ value);
}
member RecipientAddressProperty : InArgument<string> with get, set
Property Value
Type:
InArgumentString
Reference