Style.Rsid Property

Revision Identifier for Style Definition.Represents the element tag in schema: w:rsid

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

Syntax

'Declaration
Public Property Rsid As Rsid
    Get
    Set
'Usage
Dim instance As Style
Dim value As Rsid

value = instance.Rsid

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

Property Value

Type: DocumentFormat.OpenXml.Wordprocessing.Rsid

See Also

Reference

Style Class

Style Members

DocumentFormat.OpenXml.Wordprocessing Namespace