'Declaration Public Shared Function AddRamLicense( _ ByVal token() As Byte _ ) As DicomLicense
'Usage Dim token() As Byte Dim value As DicomLicense value = DicomLicense.AddRamLicense(token)
public static DicomLicense AddRamLicense( byte[] token )
public: static DicomLicense^ AddRamLicense( array<byte>^ token )
Parameters
- token
- The license to add
Return Value
The resulting DicomLicense object