Preview file link target window.

Namespace: MonoSoftware.MonoX.ModuleGallery.SocialNetworking
Assembly: MonoX (in MonoX.dll) Version: 5.1.40.5065 (5.1.40.5065)

Syntax

C#
[ObsoleteAttribute("Preview is always opened in popup, so this property has no effect anymore.")]
public string LinkTarget { get; set; }
Visual Basic
<ObsoleteAttribute("Preview is always opened in popup, so this property has no effect anymore.")> 
Public Property LinkTarget As String
	Get
	Set
Visual C++
public:
[ObsoleteAttribute(L"Preview is always opened in popup, so this property has no effect anymore.")]
property String^ LinkTarget {
	String^ get ();
	void set (String^ value);
}
F#
[<ObsoleteAttribute("Preview is always opened in popup, so this property has no effect anymore.")>]
member LinkTarget : string with get, set

Property Value

Type: String

See Also