Skip to content

ObjectField Class

Field containing data for an object column in a row.

PropertyDescription
BaseUriGets the base URI of the object field.
EmbeddedFileIndexGets or sets the index of the embedded file in a library.
PreviousBaseUriGets or sets the path to the embedded cabinet of the previous file.
PreviousEmbeddedFileIndexGets or sets the previous index of the embedded file in the library.
UnresolvedDataGets or sets the unresolved data for this field.
UnresolvedPreviousDataGets or sets the unresolved previous data.
WixToolset.Data.dll version 5.0.0+41e11442b2ca93e444b60213b5ae99dcbab787d8

Gets the base URI of the object field.

public System.Uri BaseUri { get; set; }

Gets or sets the index of the embedded file in a library.

public System.Nullable<System.Int32> EmbeddedFileIndex { get; set; }

Gets or sets the path to the embedded cabinet of the previous file.

public System.Uri PreviousBaseUri { get; set; }

Gets or sets the previous index of the embedded file in the library.

public System.Nullable<System.Int32> PreviousEmbeddedFileIndex { get; set; }

Gets or sets the unresolved data for this field.

public string UnresolvedData { get; set; }

Gets or sets the unresolved previous data.

public string UnresolvedPreviousData { get; set; }