DocumentProtection.AlgorithmName Property
algorithmName, this property is only available in Office2010.Represents the attribte in schema: w:algorithmName
Namespace: DocumentFormat.OpenXml.Wordprocessing
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
<OfficeAvailabilityAttribute(FileFormatVersions.Office2010)> _
<SchemaAttrAttribute(, "algorithmName")> _
Public Property AlgorithmName As StringValue
Get
Set
'Usage
Dim instance As DocumentProtection
Dim value As StringValue
value = instance.AlgorithmName
instance.AlgorithmName = value
[OfficeAvailabilityAttribute(FileFormatVersions.Office2010)]
[SchemaAttrAttribute(, "algorithmName")]
public StringValue AlgorithmName { get; set; }
Property Value
Type: DocumentFormat.OpenXml.StringValue