ArcFM Responder Mobile Developer Guide
Metadata Property (D8WorkLocationClass)






Syntax
'Declaration
 
Public Overridable Property Metadata As System.Object
'Usage
 
Dim instance As D8WorkLocationClass
Dim value As System.Object
 
instance.Metadata = value
 
value = instance.Metadata
public virtual System.object Metadata {get; set;}
public read-write property Metadata: System.TObject; virtual; 
public function get,set Metadata : System.Object
public: __property virtual System.Object* get_Metadata();
public: __property virtual void set_Metadata( 
   System.Object* value
);
public:
virtual property System.Object^ Metadata {
   System.Object^ get();
   void set (    System.Object^ 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

D8WorkLocationClass Class
D8WorkLocationClass Members

Send Feedback