SRECFirmwarePackageGetRestrictions Method |
Gets the restrictions for this package.
Namespace:
ProScript
Assembly:
proscript-csharp (in proscript-csharp.dll) Version: 1.2.79.0 (1.2.79.0)
Syntax public List<IFirmwareRestriction> GetRestrictions()
Public Function GetRestrictions As List(Of IFirmwareRestriction)
public:
virtual List<IFirmwareRestriction^>^ GetRestrictions() sealed
abstract GetRestrictions : unit -> List<IFirmwareRestriction>
override GetRestrictions : unit -> List<IFirmwareRestriction>
Return Value
Type:
ListIFirmwareRestrictionThe restrictions for this package.
Implements
IFirmwarePackageGetRestrictionsSee Also