ArcFM Solution Developer Guide
EDMFieldName Property






The name of the extended data field in an Extended Data Definition table
Syntax
'Declaration
 
<System.Runtime.InteropServices.DispIdAttribute(1610678286)>
Property EDMFieldName As System.String
'Usage
 
Dim instance As IMMAutoValue
Dim value As System.String
 
instance.EDMFieldName = value
 
value = instance.EDMFieldName
[System.Runtime.InteropServices.DispId(1610678286)]
System.string EDMFieldName {get; set;}
read-write property EDMFieldName: System.String; 
System.Runtime.InteropServices.DispIdAttribute(1610678286)
function get,set EDMFieldName : System.String
[System.Runtime.InteropServices.DispId(1610678286)]
__property System.string* get_EDMFieldName();
__property void set_EDMFieldName( 
   System.string* value
);
[System.Runtime.InteropServices.DispId(1610678286)]
property System.String^ EDMFieldName {
   System.String^ get();
   void set (    System.String^ value);
}

Property Value

String
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

IMMAutoValue Interface
IMMAutoValue Members

Send Feedback