ArcFM Responder Mobile Developer Guide
ErrorCondition Property (MMFeederSpaceClass)






Syntax
'Declaration
 
Public Overridable ReadOnly Property ErrorCondition( _
   ByVal Index As System.Integer _
) As mmFMErrorCondition
'Usage
 
Dim instance As MMFeederSpaceClass
Dim Index As System.Integer
Dim value As mmFMErrorCondition
 
value = instance.ErrorCondition(Index)
public virtual mmFMErrorCondition ErrorCondition( 
   System.int Index
) {get;}
public read-only property ErrorCondition( 
    Index: System.Integer
): mmFMErrorCondition; virtual; 
public function get ErrorCondition( 
   Index : System.int
) : mmFMErrorCondition
public: __property virtual mmFMErrorCondition get_ErrorCondition( 
   System.int Index
);
public:
virtual property mmFMErrorCondition ErrorCondition {
   mmFMErrorCondition 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

MMFeederSpaceClass Class
MMFeederSpaceClass Members

Send Feedback