ArcFM Responder Mobile Developer Guide
DocumentType Property (MMDocumentsNameClass)






Syntax
'Declaration
 
Public Overridable Property DocumentType As mmDocumentType
'Usage
 
Dim instance As MMDocumentsNameClass
Dim value As mmDocumentType
 
instance.DocumentType = value
 
value = instance.DocumentType
public virtual mmDocumentType DocumentType {get; set;}
public read-write property DocumentType: mmDocumentType; virtual; 
public function get,set DocumentType : mmDocumentType
public: __property virtual mmDocumentType get_DocumentType();
public: __property virtual void set_DocumentType( 
   mmDocumentType value
);
public:
virtual 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

MMDocumentsNameClass Class
MMDocumentsNameClass Members

Send Feedback