Initialize a new instance of Media

Namespace:  IpernityNET
Assembly:  IpernityNET (in IpernityNET.dll) Version: 0.3.1.0 (0.3.1.0)

Syntax

C#
public Media(
	string label
)
Visual Basic (Declaration)
Public Sub New ( _
	label As String _
)
Visual C++
public:
Media(
	String^ label
)

Parameters

label
Type: System..::.String

[Missing <param name="label"/> documentation for "M:IpernityNET.Media.#ctor(System.String)"]

See Also