ModificationVerifier.SpinCount Property

Iterations to Run Hashing Algorithm.Represents the attribte in schema: spinCount

Namespace:  DocumentFormat.OpenXml.Presentation
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaration
<SchemaAttrAttribute(, "spinCount")> _
Public Property SpinCount As UInt32Value
    Get
    Set
'Usage
Dim instance As ModificationVerifier
Dim value As UInt32Value

value = instance.SpinCount

instance.SpinCount = value
[SchemaAttrAttribute(, "spinCount")]
public UInt32Value SpinCount { get; set; }

Property Value

Type: DocumentFormat.OpenXml.UInt32Value
Returns UInt32Value.

See Also

Reference

ModificationVerifier Class

ModificationVerifier Members

DocumentFormat.OpenXml.Presentation Namespace