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
'Декларация
<SchemaAttrAttribute(, "algorithmName")> _
<OfficeAvailabilityAttribute(FileFormatVersions.Office2010)> _
Public Property AlgorithmName As StringValue
Get
Set
'Применение
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