LatentStyleExceptionInfo.Locked Property

Latent Style Locking Setting.Represents the attribte in schema: w:locked

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

Syntax

'Declaration
<SchemaAttrAttribute(, "locked")> _
Public Property Locked As OnOffValue
    Get
    Set
'Usage
Dim instance As LatentStyleExceptionInfo
Dim value As OnOffValue

value = instance.Locked

instance.Locked = value
[SchemaAttrAttribute(, "locked")]
public OnOffValue Locked { get; set; }

Property Value

Type: DocumentFormat.OpenXml.OnOffValue

See Also

Reference

LatentStyleExceptionInfo Class

LatentStyleExceptionInfo Members

DocumentFormat.OpenXml.Wordprocessing Namespace