ArcFM Responder Mobile Developer Guide
MspDocumentID Property






Syntax
'Declaration
 
<System.Xml.Serialization.XmlAttributeAttribute()>
Public Property MspDocumentID As System.SByte
'Usage
 
Dim instance As DOCUMENTType
Dim value As System.SByte
 
instance.MspDocumentID = value
 
value = instance.MspDocumentID
[System.Xml.Serialization.XmlAttribute()]
public System.sbyte MspDocumentID {get; set;}
public read-write property MspDocumentID: System.ShortInt; 
System.Xml.Serialization.XmlAttributeAttribute()
public function get,set MspDocumentID : System.sbyte
[System.Xml.Serialization.XmlAttribute()]
public: __property System.sbyte get_MspDocumentID();
public: __property void set_MspDocumentID( 
   System.sbyte value
);
[System.Xml.Serialization.XmlAttribute()]
public:
property System.sbyte MspDocumentID {
   System.sbyte get();
   void set (    System.sbyte 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

DOCUMENTType Class
DOCUMENTType Members

Send Feedback