Gets or sets the media type

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

Syntax

C#
public DocumentMedia MediaType { get; set; }
Visual Basic (Declaration)
Public Property MediaType As DocumentMedia
Visual C++
public:
property DocumentMedia MediaType {
	DocumentMedia get ();
	void set (DocumentMedia value);
}

See Also