[This is preliminary documentation and is subject to change.]

File source

Namespace: Tools.MetadataT.ExifT
Assembly: 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

ExceptionCondition
System.ComponentModel..::..InvalidEnumArgumentExceptionValue of item of value is not member of IfdExif..::..FileSourceValues

See Also

Collapse/expand Version History