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