Gets or sets the file license

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

Syntax

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

See Also