| 
IDocProperty
LinkSource Property
  | 
 Returns or sets the source of a linked custom document property. Read/write String.
 Namespace:
 Spire.Doc.CompoundFile
 Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
 Syntax
Syntax
 
 
string LinkSource { get; set; }
 
Property LinkSource As String
	Get
	Set
 
property String^ LinkSource {
	String^ get ();
	void set (String^ value);
}
 
abstract LinkSource : string with get, set
 
 
 
Property Value
 
 Type:
 
String
 
 
 See Also
See Also