WriteProtection.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
<OfficeAvailabilityAttribute(FileFormatVersions.Office2010)> _
<SchemaAttrAttribute(, "saltValue")> _
Public Property SaltValue As Base64BinaryValue
Get
Set
'Usage
Dim instance As WriteProtection
Dim value As Base64BinaryValue
value = instance.SaltValue
instance.SaltValue = value
[OfficeAvailabilityAttribute(FileFormatVersions.Office2010)]
[SchemaAttrAttribute(, "saltValue")]
public Base64BinaryValue SaltValue { get; set; }
Property Value
Type: DocumentFormat.OpenXml.Base64BinaryValue