←Select platform

StoreJson Property

Summary

Indicates whether the JSON metadata is to be generated.

Syntax
C#
VB
C++
public bool StoreJson { get; set; } 
Public Property StoreJson() As Boolean 
   Get 
   Set 
public:  
   property bool StoreJson 
   { 
      bool get() 
      void set(bool value) 
   } 

Property Value

true if JSON metadata is to be generated; otherwise, false.

Remarks

These flags are used with the [StoreMetadata] and [GenerateMetadata] methods.

Example

For an example, refer to [IStorageDataAccessAgent4].

Requirements
Target Platforms
Help Version 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.Storage.DataAccessLayer Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.