AttachmentPreviewUrl property
String?
get
AttachmentPreviewUrl
Implementation
String? get AttachmentPreviewUrl => this._attachmentPreviewUrl;
set
AttachmentPreviewUrl
(String? value)
Implementation
set AttachmentPreviewUrl(String? value) {
if (this.CanSetFieldValue(this._attachmentPreviewUrl, value)) {
this._attachmentPreviewUrl = value;
this.Changed();
}
}