ArcFM Responder Mobile Developer Guide
StoredListItem Property (IMMOperation)






Syntax
'Declaration
 
<System.Runtime.InteropServices.DispIdAttribute(1610678272)>
Property StoredListItem As IMMPersistentListItem
'Usage
 
Dim instance As IMMOperation
Dim value As IMMPersistentListItem
 
instance.StoredListItem = value
 
value = instance.StoredListItem
[System.Runtime.InteropServices.DispId(1610678272)]
IMMPersistentListItem StoredListItem {get; set;}
read-write property StoredListItem: IMMPersistentListItem; 
System.Runtime.InteropServices.DispIdAttribute(1610678272)
function get,set StoredListItem : IMMPersistentListItem
[System.Runtime.InteropServices.DispId(1610678272)]
__property IMMPersistentListItem* get_StoredListItem();
__property void set_StoredListItem( 
   IMMPersistentListItem* value
);
[System.Runtime.InteropServices.DispId(1610678272)]
property IMMPersistentListItem^ StoredListItem {
   IMMPersistentListItem^ get();
   void set (    IMMPersistentListItem^ value);
}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

IMMOperation Interface
IMMOperation Members

Send Feedback