[]
Represents a document property.
public class DocumentProperty
Specifies the name of a bookmark in the current document from which the value of this custom document property should be extracted. If this property value is present, then any value shall be considered a cache and replaced with the value of this bookmark (if present) on save. If the bookmark is not present, then this link shall be considered broken and the cached value shall be retained.
public string LinkSource { get; set; }
Gets the name of the property.
public string Name { get; }
Gets the data type of the property.
public PropertyType Type { get; }
Gets or sets the value of the property.
public object Value { get; set; }