Run.RsidRunProperties Property

Revision Identifier for Run Properties.Represents the attribte in schema: w:rsidRPr

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

Syntax

'Declaration
<SchemaAttrAttribute(, "rsidRPr")> _
Public Property RsidRunProperties As HexBinaryValue
    Get
    Set
'Usage
Dim instance As Run
Dim value As HexBinaryValue

value = instance.RsidRunProperties

instance.RsidRunProperties = value
[SchemaAttrAttribute(, "rsidRPr")]
public HexBinaryValue RsidRunProperties { get; set; }

Property Value

Type: DocumentFormat.OpenXml.HexBinaryValue
Returns StringValue.

See Also

Reference

Run Class

Run Members

DocumentFormat.OpenXml.Wordprocessing Namespace