Export Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public class Export
type Export = class
Public Class Export
- Inheritance
-
Export
Constructors
Export(ExportDefinition, Func<Object>) | |
Export(ExportDefinition, Lazy<Object>) | |
Export(String, IReadOnlyDictionary<String,Object>, Func<Object>) |
Properties
Definition | |
Metadata |
Gets the metadata on the exported value. |
Value |
Gets the exported value. |