Dictionary.Testcode Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
Testcode(Int32, String, String, String, String, Int32)
public:
int Testcode(int _id, System::String ^ _value, System::String ^ _name, System::String ^ _serialno, System::String ^ _expiryDate, int _userCount);
public int Testcode (int _id, string _value, string _name, string _serialno, string _expiryDate, int _userCount);
member this.Testcode : int * string * string * string * string * int -> int
Public Function Testcode (_id As Integer, _value As String, _name As String, _serialno As String, _expiryDate As String, _userCount As Integer) As Integer
Parameters
- _id
- Int32
- _value
- String
- _name
- String
- _serialno
- String
- _expiryDate
- String
- _userCount
- Int32
Returns
Applies to
Testcode(Int32, String, String, String, Int32, Boolean)
public:
int Testcode(int _id, System::String ^ _name, System::String ^ _serialno, System::String ^ _expiryDate, int _userCount, bool _verifyCert);
public int Testcode (int _id, string _name, string _serialno, string _expiryDate, int _userCount, bool _verifyCert);
member this.Testcode : int * string * string * string * int * bool -> int
Public Function Testcode (_id As Integer, _name As String, _serialno As String, _expiryDate As String, _userCount As Integer, _verifyCert As Boolean) As Integer
Parameters
- _id
- Int32
- _name
- String
- _serialno
- String
- _expiryDate
- String
- _userCount
- Int32
- _verifyCert
- Boolean
Returns
Applies to
Testcode(Int32, String, String, String, String, Int32, Boolean)
public:
int Testcode(int _id, System::String ^ _value, System::String ^ _name, System::String ^ _serialno, System::String ^ _expiryDate, int _userCount, bool _verifyCert);
public int Testcode (int _id, string _value, string _name, string _serialno, string _expiryDate, int _userCount, bool _verifyCert);
member this.Testcode : int * string * string * string * string * int * bool -> int
Public Function Testcode (_id As Integer, _value As String, _name As String, _serialno As String, _expiryDate As String, _userCount As Integer, _verifyCert As Boolean) As Integer
Parameters
- _id
- Int32
- _value
- String
- _name
- String
- _serialno
- String
- _expiryDate
- String
- _userCount
- Int32
- _verifyCert
- Boolean
Returns
Applies to
Testcode(Int32, String, String, String, Int32)
public:
int Testcode(int _id, System::String ^ _name, System::String ^ _serialno, System::String ^ _expiryDate, int _userCount);
public int Testcode (int _id, string _name, string _serialno, string _expiryDate, int _userCount);
member this.Testcode : int * string * string * string * int -> int
Public Function Testcode (_id As Integer, _name As String, _serialno As String, _expiryDate As String, _userCount As Integer) As Integer
Parameters
- _id
- Int32
- _name
- String
- _serialno
- String
- _expiryDate
- String
- _userCount
- Int32
Returns
Applies to
Testcode(Int32, String, String, String, String)
public:
int Testcode(int _id, System::String ^ _value, System::String ^ _name, System::String ^ _serialno, System::String ^ _expiryDate);
public int Testcode (int _id, string _value, string _name, string _serialno, string _expiryDate);
member this.Testcode : int * string * string * string * string -> int
Public Function Testcode (_id As Integer, _value As String, _name As String, _serialno As String, _expiryDate As String) As Integer
Parameters
- _id
- Int32
- _value
- String
- _name
- String
- _serialno
- String
- _expiryDate
- String