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