EMDocumentActivityItemUserID Property
|
Alterian Email Manager 6.2.3 SDK Help File
The ID of the User that interacted with this Document.
Namespace:
DMLibraryAssembly:
DMLibrary (in DMLibrary.dll) Version: 1.0.6340.17420
Syntaxpublic int UserID { get; set; }
Public Property UserID As Integer
Get
Set
public:
property int UserID {
int get ();
void set (int value);
}
member UserID : int with get, set
function get_UserID();
function set_UserID(value);
Property Value
Type:
Int32
See Also