ArcFM Responder Mobile Developer Guide
DocumentType Property (IMMDocumentName)






Syntax
'Declaration
 
<System.Runtime.InteropServices.DispIdAttribute(1610678275)>
Property DocumentType As mmDocumentType
'Usage
 
Dim instance As IMMDocumentName
Dim value As mmDocumentType
 
instance.DocumentType = value
 
value = instance.DocumentType
[System.Runtime.InteropServices.DispId(1610678275)]
mmDocumentType DocumentType {get; set;}
read-write property DocumentType: mmDocumentType; 
System.Runtime.InteropServices.DispIdAttribute(1610678275)
function get,set DocumentType : mmDocumentType
[System.Runtime.InteropServices.DispId(1610678275)]
__property mmDocumentType get_DocumentType();
__property void set_DocumentType( 
   mmDocumentType value
);
[System.Runtime.InteropServices.DispId(1610678275)]
property mmDocumentType DocumentType {
   mmDocumentType get();
   void set (    mmDocumentType 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

IMMDocumentName Interface
IMMDocumentName Members

Send Feedback