Interpretation.Uninterpreted Property
uninterpreted.Represents the attribte in schema: emma:uninterpreted
Namespace: DocumentFormat.OpenXml.EMMA
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'宣言
<SchemaAttrAttribute(, "uninterpreted")> _
Public Property Uninterpreted As BooleanValue
Get
Set
'使用
Dim instance As Interpretation
Dim value As BooleanValue
value = instance.Uninterpreted
instance.Uninterpreted = value
[SchemaAttrAttribute(, "uninterpreted")]
public BooleanValue Uninterpreted { get; set; }
Property Value
Type: DocumentFormat.OpenXml.BooleanValue