ModificationVerifier.HashData Property

Password Hash.Represents the attribte in schema: hashData

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

Syntax

'Declaration
<SchemaAttrAttribute(, "hashData")> _
Public Property HashData As StringValue
    Get
    Set
'Usage
Dim instance As ModificationVerifier
Dim value As StringValue

value = instance.HashData

instance.HashData = value
[SchemaAttrAttribute(, "hashData")]
public StringValue HashData { get; set; }

Property Value

Type: DocumentFormat.OpenXml.StringValue
Returns StringValue.

See Also

Reference

ModificationVerifier Class

ModificationVerifier Members

DocumentFormat.OpenXml.Presentation Namespace