Share via


DocPartProperties.Category Property

Entry Categorization.Represents the element tag in schema: w:category

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

Syntax

'Declaration
Public Property Category As Category
    Get
    Set
'Usage
Dim instance As DocPartProperties
Dim value As Category

value = instance.Category

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

Property Value

Type: DocumentFormat.OpenXml.Wordprocessing.Category
Returns Category.

See Also

Reference

DocPartProperties Class

DocPartProperties Members

DocumentFormat.OpenXml.Wordprocessing Namespace