ObjectField Class
Field containing data for an object column in a row.
Properties
| Property | Description | 
|---|---|
| BaseUri | Gets the base URI of the object field. | 
| EmbeddedFileIndex | Gets or sets the index of the embedded file in a library. | 
| PreviousBaseUri | Gets or sets the path to the embedded cabinet of the previous file. | 
| PreviousEmbeddedFileIndex | Gets or sets the previous index of the embedded file in the library. | 
| UnresolvedData | Gets or sets the unresolved data for this field. | 
| UnresolvedPreviousData | Gets or sets the unresolved previous data. | 
WixToolset.Data.dll version 6.0.0+8c7432e50072e009353ea5f2c956ccf453476f71
BaseUri Property
Gets the base URI of the object field.
Declaration
public System.Uri BaseUri { get; set; } 
EmbeddedFileIndex Property
Gets or sets the index of the embedded file in a library.
Declaration
public System.Nullable<System.Int32> EmbeddedFileIndex { get; set; } 
PreviousBaseUri Property
Gets or sets the path to the embedded cabinet of the previous file.
Declaration
public System.Uri PreviousBaseUri { get; set; } 
PreviousEmbeddedFileIndex Property
Gets or sets the previous index of the embedded file in the library.
Declaration
public System.Nullable<System.Int32> PreviousEmbeddedFileIndex { get; set; } 
UnresolvedData Property
Gets or sets the unresolved data for this field.
Declaration
public string UnresolvedData { get; set; } 
UnresolvedPreviousData Property
Gets or sets the unresolved previous data.
Declaration
public string UnresolvedPreviousData { get; set; }