A string specifying the recipients of this notification.
For email, the string will be a list of comma-delimited email addresses.
Namespace: VcClientAssembly: VcClient (in VcClient.dll) Version: 1.0.0.0 (1.8.400.4142)
Syntax
C# |
---|
public string Recipients { get; set; } |
Visual Basic |
---|
Public Property Recipients As String Get Set |
Visual C++ |
---|
public: property String^ Recipients { String^ get (); void set (String^ value); } |