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

Light source

Namespace: Tools.MetadataT.ExifT
Assembly: Tools.Metadata (in Tools.Metadata.dll) Version: 1.5.3.38916 (1.5.3.38916)

Syntax

C#
[CLSCompliantAttribute(false)]
public Nullable<IfdExif..::..LightSourceValues> LightSource { get; set; }
Visual Basic
<CLSCompliantAttribute(False)> _
Public Property LightSource As Nullable(Of IfdExif..::..LightSourceValues)
	Get
	Set
Visual C++
[CLSCompliantAttribute(false)]
public:
property Nullable<IfdExif..::..LightSourceValues> LightSource {
	Nullable<IfdExif..::..LightSourceValues> get ();
	void set (Nullable<IfdExif..::..LightSourceValues> value);
}
F#
[<CLSCompliantAttribute(false)>]
member LightSource : Nullable<IfdExif..::..LightSourceValues> with get, set
JScript
function get LightSource () : Nullable<IfdExif..::..LightSourceValues>
function set LightSource (value : Nullable<IfdExif..::..LightSourceValues>)

Exceptions

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

See Also

Collapse/expand Version History