public string[] ToRecipients { get; set; }
Public Property ToRecipients As String()
Get
Set
public:
property array<String^>^ ToRecipients {
array<String^>^ get ();
void set (array<String^>^ value);
}
member ToRecipients : string[] with get, set