DocumentProtection.SaltValue Property

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

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

Syntax

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

value = instance.SaltValue

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

Property Value

Type: DocumentFormat.OpenXml.Base64BinaryValue

See Also

Reference

DocumentProtection Class

DocumentProtection Members

DocumentFormat.OpenXml.Wordprocessing Namespace