[This is preliminary documentation and is subject to change.]
Gets the events object
Namespace:
OfficeClip.BusinessLayer.ServiceAssembly: OfficeClip.BusinessLayer (in OfficeClip.BusinessLayer)
Version: 8.1.1.0
Syntax
C# |
---|
public string[] Attachments { get; set; } |
Visual Basic (Declaration) |
---|
Public Property Attachments As String() |
Visual C++ |
---|
public: property array<String^>^ Attachments { array<String^>^ get (); void set (array<String^>^ value); } |