AbstractNum.Nsid Property
Abstract Numbering Definition Identifier.Represents the element tag in schema: w:nsid
Namespace: DocumentFormat.OpenXml.Wordprocessing
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
Public Property Nsid As Nsid
Get
Set
'Usage
Dim instance As AbstractNum
Dim value As Nsid
value = instance.Nsid
instance.Nsid = value
public Nsid Nsid { get; set; }
Property Value
Type: DocumentFormat.OpenXml.Wordprocessing.Nsid