PreviousSectionProperties.FormProtection Property

Only Allow Editing of Form Fields.Represents the element tag in schema: w:formProt

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

Syntax

'Declaration
Public Property FormProtection As FormProtection
    Get
    Set
'Usage
Dim instance As PreviousSectionProperties
Dim value As FormProtection

value = instance.FormProtection

instance.FormProtection = value
public FormProtection FormProtection { get; set; }

Property Value

Type: DocumentFormat.OpenXml.Wordprocessing.FormProtection
Returns FormProtection.

See Also

Reference

PreviousSectionProperties Class

PreviousSectionProperties Members

DocumentFormat.OpenXml.Wordprocessing Namespace