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 5.0.2+aa65968c419420d32e3e1b647aea0082f5ca5b78
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; }