| Recipient Constructor (String) |
Creates a new recipient with the specified address.
Namespace:
QsInformatica.Utils
Assembly:
QsInformatica.Utils (in QsInformatica.Utils.dll) Version: 23.3.0.0 (23.3.0.0)
Syntax public Recipient(
string address
)
Public Sub New (
address As String
)
public:
Recipient(
String^ address
)
new :
address : string -> Recipient
Parameters
- address
- Type: SystemString
[Missing <param name="address"/> documentation for "M:QsInformatica.Utils.Recipient.#ctor(System.String)"]
See Also