[]
Represents a custom or built-in document property.
public interface IDocumentProperty
Gets the linked content source.
string LinkSource { get; }
Gets whether this property is linked to content.
bool LinkToContent { get; }
Gets the name of the property.
string Name { get; }
Gets the name of the property.
PropertyType Type { get; }
Gets or sets the the value of the property.
object Value { get; set; }