Share via


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

'Declaration
<SchemaAttrAttribute(, "hashValue")> _
<OfficeAvailabilityAttribute(FileFormatVersions.Office2010)> _
Public Property HashValue As Base64BinaryValue
    Get
    Set
'Usage
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

See Also

Reference

ModificationVerifier Class

ModificationVerifier Members

DocumentFormat.OpenXml.Presentation Namespace