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