public AttachmentStoreMode StoreMode { get; set; }Public Property StoreMode As AttachmentStoreMode
Get
Setpublic:
property AttachmentStoreMode StoreMode {
AttachmentStoreMode get ();
void set (AttachmentStoreMode value);
}member StoreMode : AttachmentStoreMode with get, set