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