ArcFM Responder Mobile Developer Guide
ContentsProgID Property (IMMPackage)






Syntax
'Declaration
 
<System.Runtime.InteropServices.DispIdAttribute(1610678280)>
Property ContentsProgID As System.String
'Usage
 
Dim instance As IMMPackage
Dim value As System.String
 
instance.ContentsProgID = value
 
value = instance.ContentsProgID
[System.Runtime.InteropServices.DispId(1610678280)]
System.string ContentsProgID {get; set;}
read-write property ContentsProgID: System.String; 
System.Runtime.InteropServices.DispIdAttribute(1610678280)
function get,set ContentsProgID : System.String
[System.Runtime.InteropServices.DispId(1610678280)]
__property System.string* get_ContentsProgID();
__property void set_ContentsProgID( 
   System.string* value
);
[System.Runtime.InteropServices.DispId(1610678280)]
property System.String^ ContentsProgID {
   System.String^ get();
   void set (    System.String^ 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

IMMPackage Interface
IMMPackage Members

Send Feedback