[This is preliminary documentation and is subject to change.]
Sensing method
Namespace: Tools.MetadataT.ExifTAssembly: 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
| Exception | Condition |
|---|---|
| System.ComponentModel..::..InvalidEnumArgumentException | Value of item of value is not member of IfdExif..::..SensingMethodValues |
See Also
Version History
1.5.2
- DisplayNameAttribute added