ArcFM Responder Mobile Developer Guide
MspDocumentIDSpecified Property






Syntax
'Declaration
 
<System.Xml.Serialization.XmlIgnoreAttribute()>
Public Property MspDocumentIDSpecified As System.Boolean
'Usage
 
Dim instance As DOCUMENTType
Dim value As System.Boolean
 
instance.MspDocumentIDSpecified = value
 
value = instance.MspDocumentIDSpecified
[System.Xml.Serialization.XmlIgnore()]
public System.bool MspDocumentIDSpecified {get; set;}
public read-write property MspDocumentIDSpecified: System.Boolean; 
System.Xml.Serialization.XmlIgnoreAttribute()
public function get,set MspDocumentIDSpecified : System.boolean
[System.Xml.Serialization.XmlIgnore()]
public: __property System.bool get_MspDocumentIDSpecified();
public: __property void set_MspDocumentIDSpecified( 
   System.bool value
);
[System.Xml.Serialization.XmlIgnore()]
public:
property System.bool MspDocumentIDSpecified {
   System.bool get();
   void set (    System.bool 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