SchemaAttrAttribute Class

Defines the attribute which is used to decorate a property for its corresponding attribute information.

Inheritance Hierarchy

System.Object
  System.Attribute
    DocumentFormat.OpenXml.SchemaAttrAttribute

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

Syntax

'Declaration
<AttributeUsageAttribute(AttributeTargets.Property)> _
Public NotInheritable Class SchemaAttrAttribute _
    Inherits Attribute
'Usage
Dim instance As SchemaAttrAttribute
[AttributeUsageAttribute(AttributeTargets.Property)]
public sealed class SchemaAttrAttribute : Attribute

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

SchemaAttrAttribute Members

DocumentFormat.OpenXml Namespace