| 
IDocProperty
LinkToContent Property
  | 
 True if the value of the custom document property is linked to the content
of the container document. False if the value is static. Read/write Boolean.
 Namespace:
 Spire.Doc.CompoundFile
 Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
 Syntax
Syntax
 
 
bool LinkToContent { get; set; }
 
Property LinkToContent As Boolean
	Get
	Set
 
property bool LinkToContent {
	bool get ();
	void set (bool value);
}
 
abstract LinkToContent : bool with get, set
 
 
 
Property Value
 
 Type:
 
Boolean
 
 
 See Also
See Also