[This is preliminary documentation and is subject to change.]
File source
Namespace: Tools.MetadataT.ExifTAssembly: Tools.Metadata (in Tools.Metadata.dll) Version: 1.5.3.38916 (1.5.3.38916)
Syntax
| C# |
|---|
public Nullable<IfdExif..::..FileSourceValues> FileSource { get; set; } |
| Visual Basic |
|---|
Public Property FileSource As Nullable(Of IfdExif..::..FileSourceValues) Get Set |
| Visual C++ |
|---|
public: property Nullable<IfdExif..::..FileSourceValues> FileSource { Nullable<IfdExif..::..FileSourceValues> get (); void set (Nullable<IfdExif..::..FileSourceValues> value); } |
| F# |
|---|
member FileSource : Nullable<IfdExif..::..FileSourceValues> with get, set |
| JScript |
|---|
function get FileSource () : Nullable<IfdExif..::..FileSourceValues> function set FileSource (value : Nullable<IfdExif..::..FileSourceValues>) |
Exceptions
| Exception | Condition |
|---|---|
| System.ComponentModel..::..InvalidEnumArgumentException | Value of item of value is not member of IfdExif..::..FileSourceValues |
See Also
Version History
1.5.2
- DisplayNameAttribute added