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