ArcFM Responder Mobile Developer Guide
Register Method (RelationshipAutoupdateStrategy)






Syntax
'Declaration
 
Public Shared Sub Register( _
   ByVal clsId As System.String _
) 
'Usage
 
Dim clsId As System.String
 
RelationshipAutoupdateStrategy.Register(clsId)
public static void Register( 
   System.string clsId
)
public procedure Register( 
    clsId: System.String
); static; 
public static function Register( 
   clsId : System.String
);
public: static void Register( 
   System.string* clsId
) 
public:
static void Register( 
   System.String^ clsId
) 

Parameters

clsId
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

RelationshipAutoupdateStrategy Class
RelationshipAutoupdateStrategy Members

Send Feedback