[This is preliminary documentation and subject to change.]

The UPnP class for this instance.


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

Syntax

Visual Basic (Declaration)
Public ReadOnly Property UPnPClass As String
C#
public string UPnPClass { get; }
C++
public property string UPnPClass sealed  {
    String get();
}
J#
/** property */
public string get_UPnPClass();
JScript
public function get UPnPClass() : String

Remarks

This field is used to construct the upnp:class tag. By default, this value is "object.container.storageFolder".

See Also