Gets the file thumbnail

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

Syntax

C#
public Thumbnail Properties { get; internal set; }
Visual Basic (Declaration)
Public Property Properties As Thumbnail
Visual C++
public:
property Thumbnail^ Properties {
	Thumbnail^ get ();
	void set (Thumbnail^ value);
}

See Also