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