ArcFM Responder Mobile Developer Guide
GlobalIDFieldName Property






Syntax
'Declaration
 
Public Property GlobalIDFieldName As System.String
'Usage
 
Dim instance As ObjectClassInfo
Dim value As System.String
 
instance.GlobalIDFieldName = value
 
value = instance.GlobalIDFieldName
public System.string GlobalIDFieldName {get; set;}
public read-write property GlobalIDFieldName: System.String; 
public function get,set GlobalIDFieldName : System.String
public: __property System.string* get_GlobalIDFieldName();
public: __property void set_GlobalIDFieldName( 
   System.string* value
);
public:
property System.String^ GlobalIDFieldName {
   System.String^ get();
   void set (    System.String^ 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

ObjectClassInfo Class
ObjectClassInfo Members

Send Feedback