EMLookupTableUsedBy Property
|
Alterian Email Manager 6.2.3 SDK Help File
Gets and sets list of
EMDocument that references this lookup table
Namespace:
DMLibraryAssembly:
DMLibrary (in DMLibrary.dll) Version: 1.0.6340.17420
Syntaxpublic List<EMDocument> UsedBy { get; set; }
Public Property UsedBy As List(Of EMDocument)
Get
Set
public:
property List<EMDocument^>^ UsedBy {
List<EMDocument^>^ get ();
void set (List<EMDocument^>^ value);
}
member UsedBy : List<EMDocument> with get, set
function get_UsedBy();
function set_UsedBy(value);
Property Value
Type:
ListEMDocument
See Also