PropertyMetadataAttribute Class
Indicates that a document property should have a different metadata name than the property name.
Namespace
Statiq.Common
Base Types
  • object
  • Attribute
PropertyMetadataAttribute
Attribute
object

Syntax

[AttributeUsage(AttributeTargets.Property, AllowMultiple = false, Inherited = true)]
public class PropertyMetadataAttribute : Attribute

Attributes

Type Description
AttributeUsageAttribute

Constructors

Name Summary
PropertyMetadataAttribute(string) Specifies an alternate name for this property in document metadata.

Properties

Name Property Type Summary
Name string

Extension Methods