DocumentProperty.LinkToContent Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Determine if the value of the custom document property is linked to the content of the container document.
public:
property bool LinkToContent { bool get(); void set(bool value); };
public bool LinkToContent { get; set; }
member this.LinkToContent : bool with get, set
Public Property LinkToContent As Boolean
Property Value
Remarks
This property returns True if the value of the custom document property is linked to the content of the container document; False if the value is static.
This property applies only to custom document properties. For built-in document properties, the value of this property is False.
Use the LinkSource property to set the source for the specified linked property. Setting the LinkSource property sets the LinkToContent property to True.