Share via


DocumentProtection.AlgorithmIdExtensibilitySource Property

Algorithm Extensibility Source.Represents the attribte in schema: w:algIdExtSource

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

Syntax

'Declaration
<SchemaAttrAttribute(, "algIdExtSource")> _
Public Property AlgorithmIdExtensibilitySource As StringValue
    Get
    Set
'Usage
Dim instance As DocumentProtection
Dim value As StringValue

value = instance.AlgorithmIdExtensibilitySource

instance.AlgorithmIdExtensibilitySource = value
[SchemaAttrAttribute(, "algIdExtSource")]
public StringValue AlgorithmIdExtensibilitySource { get; set; }

Property Value

Type: DocumentFormat.OpenXml.StringValue
Returns StringValue.

See Also

Reference

DocumentProtection Class

DocumentProtection Members

DocumentFormat.OpenXml.Wordprocessing Namespace