[This is preliminary documentation and subject to change.]

Returns an HTTP link to the provider's homepage.


Namespace: MediaMallTechnologies.Plugin
Assembly: Util (in Util.dll)

Syntax

Visual Basic (Declaration)
ReadOnly Property Link As String
C#
string Link { get; }
C++
property string Link abstract  {
    String get();
}
J#
/** property */
public string get_Link();
JScript
public function get Link() : String

Property Value

A string value URL link for this plugin provider.

Remarks

This property should return an HTTP link without the prepended "http://".

See Also