LicenseAllowedFeatures Property  | 
 
 Gets or sets allowed features list
 
 
    Namespace: 
   TreeksLicensingLibrary2
    Assembly:
   TreeksLicensingLibrary2 (in TreeksLicensingLibrary2.dll) Version: 2.1.8318.42066 (2.1.0.0)
Syntaxpublic List<string> AllowedFeatures { get; set; }Public Property AllowedFeatures As List(Of String)
	Get
	Set
public:
property List<String^>^ AllowedFeatures {
	List<String^>^ get ();
	void set (List<String^>^ value);
}member AllowedFeatures : List<string> with get, set
Property Value
Type: 
ListStringReturn Value
Type: 
ListStringReturns previously stored value
Remarks
See Also