Share via


ModificationVerifier.AlgorithmName Property

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

Namespace:  DocumentFormat.OpenXml.Presentation
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 ModificationVerifier
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

See Also

Reference

ModificationVerifier Class

ModificationVerifier Members

DocumentFormat.OpenXml.Presentation Namespace