[This is preliminary documentation and subject to change.]

Returns arbitrary string properties that are bound to a hosted plugin.


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

Syntax

Visual Basic (Declaration)
ReadOnly Property Properties As NameValueCollection
C#
NameValueCollection Properties { get; }
C++
property NameValueCollection Properties abstract  {
    NameValueCollection get();
}
J#
/** property */
public NameValueCollection get_Properties();
JScript
public function get Properties() : NameValueCollection

Property Value

A NameValueCollection with keyed properties.

Remarks

The values returned in this field are those which can be set through IPlayOnProviderSettings.ConfigureOptions in PlayOn Settings. In addition, if the plugin has login data, these values will also be returned, keyed as "username" and "password".

See Also