| CreateMessageRequestAttachments Property |
[Missing <summary> documentation for "P:Quickblox.Sdk.Modules.ChatModule.Requests.CreateMessageRequest.Attachments"]
Namespace: Quickblox.Sdk.Modules.ChatModule.RequestsAssembly: Quickblox.Sdk.Xamarin (in Quickblox.Sdk.Xamarin.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic Attachment[] Attachments { get; set; }Public Property Attachments As Attachment()
Get
Set
public:
property array<Attachment^>^ Attachments {
array<Attachment^>^ get ();
void set (array<Attachment^>^ value);
}member Attachments : Attachment[] with get, set
Property Value
Type:
Attachment
See Also