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

Sensing method

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..::..SensingMethodValues> SensingMethod { get; set; }
Visual Basic
Public Property SensingMethod As Nullable(Of IfdExif..::..SensingMethodValues)
	Get
	Set
Visual C++
public:
property Nullable<IfdExif..::..SensingMethodValues> SensingMethod {
	Nullable<IfdExif..::..SensingMethodValues> get ();
	void set (Nullable<IfdExif..::..SensingMethodValues> value);
}
F#
member SensingMethod : Nullable<IfdExif..::..SensingMethodValues> with get, set
JScript
function get SensingMethod () : Nullable<IfdExif..::..SensingMethodValues>
function set SensingMethod (value : Nullable<IfdExif..::..SensingMethodValues>)

Exceptions

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

See Also

Collapse/expand Version History