SingleDataSourceRecord.RecordIncluded Property
RecordIncluded.Represents the element tag in schema: wne:active
Namespace: DocumentFormat.OpenXml.Office.Word
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
Public Property RecordIncluded As RecordIncluded
Get
Set
'Usage
Dim instance As SingleDataSourceRecord
Dim value As RecordIncluded
value = instance.RecordIncluded
instance.RecordIncluded = value
public RecordIncluded RecordIncluded { get; set; }
Property Value
Type: DocumentFormat.OpenXml.Office.Word.RecordIncluded