ArcFM Responder Mobile Developer Guide
StoredListItem Property (MMOperationClass)






Syntax
'Declaration
 
<System.Runtime.InteropServices.DispIdAttribute(1610678272)>
Public Overridable Property StoredListItem As IMMPersistentListItem
'Usage
 
Dim instance As MMOperationClass
Dim value As IMMPersistentListItem
 
instance.StoredListItem = value
 
value = instance.StoredListItem
[System.Runtime.InteropServices.DispId(1610678272)]
public virtual IMMPersistentListItem StoredListItem {get; set;}
public read-write property StoredListItem: IMMPersistentListItem; virtual; 
System.Runtime.InteropServices.DispIdAttribute(1610678272)
public function get,set StoredListItem : IMMPersistentListItem
[System.Runtime.InteropServices.DispId(1610678272)]
public: __property virtual IMMPersistentListItem* get_StoredListItem();
public: __property virtual void set_StoredListItem( 
   IMMPersistentListItem* value
);
[System.Runtime.InteropServices.DispId(1610678272)]
public:
virtual 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

MMOperationClass Class
MMOperationClass Members

Send Feedback