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

Meaning of each component

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

Syntax

C#
public IfdExif..::..ComponentsConfigurationValues[] ComponentsConfiguration { get; set; }
Visual Basic
Public Property ComponentsConfiguration As IfdExif..::..ComponentsConfigurationValues()
	Get
	Set
Visual C++
public:
property array<IfdExif..::..ComponentsConfigurationValues>^ ComponentsConfiguration {
	array<IfdExif..::..ComponentsConfigurationValues>^ get ();
	void set (array<IfdExif..::..ComponentsConfigurationValues>^ value);
}
F#
member ComponentsConfiguration : IfdExif..::..ComponentsConfigurationValues[] with get, set
JScript
function get ComponentsConfiguration () : IfdExif..::..ComponentsConfigurationValues[]
function set ComponentsConfiguration (value : IfdExif..::..ComponentsConfigurationValues[])

Exceptions

See Also

Collapse/expand Version History