ArcFM Responder Mobile Developer Guide
Contents Property (MMPackageClass)






Syntax
'Declaration
 
<System.Runtime.InteropServices.DispIdAttribute(1610678283)>
Public Overridable Property Contents As IMMSimplePersistentListItem
'Usage
 
Dim instance As MMPackageClass
Dim value As IMMSimplePersistentListItem
 
instance.Contents = value
 
value = instance.Contents
[System.Runtime.InteropServices.DispId(1610678283)]
public virtual IMMSimplePersistentListItem Contents {get; set;}
public read-write property Contents: IMMSimplePersistentListItem; virtual; 
System.Runtime.InteropServices.DispIdAttribute(1610678283)
public function get,set Contents : IMMSimplePersistentListItem
[System.Runtime.InteropServices.DispId(1610678283)]
public: __property virtual IMMSimplePersistentListItem* get_Contents();
public: __property virtual void set_Contents( 
   IMMSimplePersistentListItem* value
);
[System.Runtime.InteropServices.DispId(1610678283)]
public:
virtual property IMMSimplePersistentListItem^ Contents {
   IMMSimplePersistentListItem^ get();
   void set (    IMMSimplePersistentListItem^ 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

MMPackageClass Class
MMPackageClass Members

Send Feedback