public string AttachmentThumbnailUrl { get; set; }
Public Property AttachmentThumbnailUrl As String
Get
Set
public:
property String^ AttachmentThumbnailUrl {
String^ get ();
void set (String^ value);
}
member AttachmentThumbnailUrl : string with get, set