EMDocumentActivityItemDocumentID Property
|
Alterian Email Manager 6.2.3 SDK Help File
The Document ID associated with this activity.
Namespace:
DMLibraryAssembly:
DMLibrary (in DMLibrary.dll) Version: 1.0.6340.17420
Syntaxpublic int DocumentID { get; set; }
Public Property DocumentID As Integer
Get
Set
public:
property int DocumentID {
int get ();
void set (int value);
}
member DocumentID : int with get, set
function get_DocumentID();
function set_DocumentID(value);
Property Value
Type:
Int32
See Also