RevisionQueryTable.FieldId Property

Definition

Field Id

Represents the following attribute in the schema: fieldId

[DocumentFormat.OpenXml.SchemaAttr(0, "fieldId")]
public DocumentFormat.OpenXml.UInt32Value FieldId { get; set; }
public DocumentFormat.OpenXml.UInt32Value FieldId { get; set; }
[DocumentFormat.OpenXml.SchemaAttr(0, "fieldId")]
public DocumentFormat.OpenXml.UInt32Value? FieldId { get; set; }
[DocumentFormat.OpenXml.SchemaAttr("fieldId")]
public DocumentFormat.OpenXml.UInt32Value? FieldId { get; set; }
public DocumentFormat.OpenXml.UInt32Value? FieldId { get; set; }
member this.FieldId : DocumentFormat.OpenXml.UInt32Value with get, set
[<DocumentFormat.OpenXml.SchemaAttr(0, "fieldId")>]
member this.FieldId : DocumentFormat.OpenXml.UInt32Value with get, set
[<DocumentFormat.OpenXml.SchemaAttr("fieldId")>]
member this.FieldId : DocumentFormat.OpenXml.UInt32Value with get, set
Public Property FieldId As UInt32Value

Property Value

Returns UInt32Value.

Attributes

Remarks

Location of the affected query table.

The possible values for this attribute are defined by the ST_Ref simple type.

ID of the specific query table field that was removed.

The possible values for this attribute are defined by the XML Schema unsignedInt data type.

Applies to