Gets or sets the license of the docs to search

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

Syntax

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

See Also