ArcFM Responder Mobile Developer Guide
GetElementKey(PersonalGdbServerReplicaElement) Method






Syntax
'Declaration
 
Protected Overloads Overrides NotOverridable Function GetElementKey( _
   ByVal element As PersonalGdbServerReplicaElement _
) As System.Object
'Usage
 
Dim instance As PersonalGdbServerReplicaElementCollection
Dim element As PersonalGdbServerReplicaElement
Dim value As System.Object
 
value = instance.GetElementKey(element)
protected override System.object GetElementKey( 
   PersonalGdbServerReplicaElement element
)
protected function GetElementKey( 
    element: PersonalGdbServerReplicaElement
): System.TObject; override; 
protected override function GetElementKey( 
   element : PersonalGdbServerReplicaElement
) : System.Object;
protected: System.Object* GetElementKey( 
   PersonalGdbServerReplicaElement* element
) override 
protected:
System.Object^ GetElementKey( 
   PersonalGdbServerReplicaElement^ element
) override 

Parameters

element
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

PersonalGdbServerReplicaElementCollection Class
PersonalGdbServerReplicaElementCollection Members
Overload List

Send Feedback