ArcFM Responder Mobile Developer Guide
SdeElement Property






Syntax
'Declaration
 
<System.Configuration.ConfigurationPropertyAttribute(Name="SdeElement", 
   Options=ConfigurationPropertyOptions.IsRequired, 
   IsDefaultCollection=False, 
   IsRequired=True, 
   IsKey=False)>
Public Property SdeElement As SdeElement
'Usage
 
Dim instance As GdbServerReplicaElement
Dim value As SdeElement
 
instance.SdeElement = value
 
value = instance.SdeElement
[System.Configuration.ConfigurationProperty(Name="SdeElement", 
   Options=ConfigurationPropertyOptions.IsRequired, 
   IsDefaultCollection=false, 
   IsRequired=true, 
   IsKey=false)]
public SdeElement SdeElement {get; set;}
public read-write property SdeElement: SdeElement; 
System.Configuration.ConfigurationPropertyAttribute(Name="SdeElement", 
   Options=ConfigurationPropertyOptions.IsRequired, 
   IsDefaultCollection=, 
   IsRequired=, 
   IsKey=)
public function get,set SdeElement : SdeElement
[System.Configuration.ConfigurationProperty(Name="SdeElement", 
   Options=ConfigurationPropertyOptions.IsRequired, 
   IsDefaultCollection=false, 
   IsRequired=true, 
   IsKey=false)]
public: __property SdeElement* get_SdeElement();
public: __property void set_SdeElement( 
   SdeElement* value
);
[System.Configuration.ConfigurationProperty(Name="SdeElement", 
   Options=ConfigurationPropertyOptions.IsRequired, 
   IsDefaultCollection=false, 
   IsRequired=true, 
   IsKey=false)]
public:
property SdeElement^ SdeElement {
   SdeElement^ get();
   void set (    SdeElement^ value);
}
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

GdbServerReplicaElement Class
GdbServerReplicaElement Members

Send Feedback