ModificationVerifier.HashValue Property
hashValue, this property is only available in Office2010.Represents the attribte in schema: hashValue
Namespace: DocumentFormat.OpenXml.Presentation
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Декларация
<SchemaAttrAttribute(, "hashValue")> _
<OfficeAvailabilityAttribute(FileFormatVersions.Office2010)> _
Public Property HashValue As Base64BinaryValue
Get
Set
'Применение
Dim instance As ModificationVerifier
Dim value As Base64BinaryValue
value = instance.HashValue
instance.HashValue = value
[SchemaAttrAttribute(, "hashValue")]
[OfficeAvailabilityAttribute(FileFormatVersions.Office2010)]
public Base64BinaryValue HashValue { get; set; }
Property Value
Type: DocumentFormat.OpenXml.Base64BinaryValue