EMCompatibleField Constructor (Int32, String)
|
Alterian Email Manager 6.2.3 SDK Help File Namespace:
DMLibraryAssembly:
DMLibrary (in DMLibrary.dll) Version: 1.0.6340.17420
Syntaxpublic EMCompatibleField(
int id,
string name
)
Public Sub New (
id As Integer,
name As String
)
public:
EMCompatibleField(
int id,
String^ name
)
new :
id : int *
name : string -> EMCompatibleField
DMLibrary.EMCompatibleField = function(id, name);
Parameters
- id
- Type: SystemInt32
- name
- Type: SystemString
See Also