ArcFM Responder Mobile Developer Guide
Value Property (MMStoredDisplayClass)






Syntax
'Declaration
 
Public Overridable Property Value( _
   ByVal Index As System.Integer _
) As System.Object
'Usage
 
Dim instance As MMStoredDisplayClass
Dim Index As System.Integer
Dim value As System.Object
 
instance.Value(Index) = value
 
value = instance.Value(Index)
public virtual System.object Value( 
   System.int Index
) {get; set;}
public read-write property Value( 
    Index: System.Integer
): System.TObject; virtual; 
public function get,set Value( 
   Index : System.int
) : System.Object
public: __property virtual System.Object* get_Value( 
   System.int Index
);
public: __property virtual void set_Value( 
   System.int Index,
   System.Object* value
);
public:
virtual property System.Object^ Value {
   System.Object^ get(System.int Index);
   void set (System.int Index, System.Object^ value);
}

Parameters

Index
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

MMStoredDisplayClass Class
MMStoredDisplayClass Members

Send Feedback