DocumentProperty.LinkSource Property

Definition

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.

Applies to