Values Property
Namespace
Statiq.Common
Containing Type
Document<TDocument>
Implements
  • IReadOnlyDictionary<string, object>.Values
Property Type
IEnumerable<object>

Syntax

[PropertyMetadata(null)]
public IEnumerable<object> Values { get; }

Attributes

Type Description
PropertyMetadataAttribute Indicates that a document property should have a different metadata name than the property name.

Value

Type Description
IEnumerable<object>