Share via


DocumentProtection.HashValue Property

hashValue, this property is only available in Office2010.Represents the attribte in schema: w:hashValue

Namespace:  DocumentFormat.OpenXml.Wordprocessing
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaration
<OfficeAvailabilityAttribute(FileFormatVersions.Office2010)> _
<SchemaAttrAttribute(, "hashValue")> _
Public Property HashValue As Base64BinaryValue
    Get
    Set
'Usage
Dim instance As DocumentProtection
Dim value As Base64BinaryValue

value = instance.HashValue

instance.HashValue = value
[OfficeAvailabilityAttribute(FileFormatVersions.Office2010)]
[SchemaAttrAttribute(, "hashValue")]
public Base64BinaryValue HashValue { get; set; }

Property Value

Type: DocumentFormat.OpenXml.Base64BinaryValue

See Also

Reference

DocumentProtection Class

DocumentProtection Members

DocumentFormat.OpenXml.Wordprocessing Namespace