ArcFM Responder Mobile Developer Guide
OriginalValue Property (MMStoredDisplayClass)






Syntax
'Declaration
 
Public Overridable ReadOnly Property OriginalValue( _
   ByVal Index As System.Integer _
) As System.Object
'Usage
 
Dim instance As MMStoredDisplayClass
Dim Index As System.Integer
Dim value As System.Object
 
value = instance.OriginalValue(Index)
public virtual System.object OriginalValue( 
   System.int Index
) {get;}
public read-only property OriginalValue( 
    Index: System.Integer
): System.TObject; virtual; 
public function get OriginalValue( 
   Index : System.int
) : System.Object
public: __property virtual System.Object* get_OriginalValue( 
   System.int Index
);
public:
virtual property System.Object^ OriginalValue {
   System.Object^ get(System.int Index);
}

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