Settings.WriteProtection Property
Write Protection.Represents the element tag in schema: w:writeProtection
Namespace: DocumentFormat.OpenXml.Wordprocessing
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
Public Property WriteProtection As WriteProtection
Get
Set
'Usage
Dim instance As Settings
Dim value As WriteProtection
value = instance.WriteProtection
instance.WriteProtection = value
public WriteProtection WriteProtection { get; set; }
Property Value
Type: DocumentFormat.OpenXml.Wordprocessing.WriteProtection