DocumentProperty.LinkSource 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.
Returns or sets the source of a linked custom document property.
public:
property System::String ^ LinkSource { System::String ^ get(); void set(System::String ^ value); };
public string LinkSource { get; set; }
member this.LinkSource : string with get, set
Public Property LinkSource As String
Property Value
Remarks
This property applies only to custom document properties; you cannot use it with built-in document properties.
The source of the specified link is defined by the container application.
Setting the LinkSource property sets the LinkToContent property to True.