ArcFM Solution Developer Guide
EDMPropertyTypeValue Property






The property type of a field in an Extended Data Definition table.
Syntax
'Declaration
 
<System.Runtime.InteropServices.DispIdAttribute(1610678284)>
Property EDMPropertyTypeValue As System.Integer
'Usage
 
Dim instance As IMMAutoValue
Dim value As System.Integer
 
instance.EDMPropertyTypeValue = value
 
value = instance.EDMPropertyTypeValue
[System.Runtime.InteropServices.DispId(1610678284)]
System.int EDMPropertyTypeValue {get; set;}
read-write property EDMPropertyTypeValue: System.Integer; 
System.Runtime.InteropServices.DispIdAttribute(1610678284)
function get,set EDMPropertyTypeValue : System.int
[System.Runtime.InteropServices.DispId(1610678284)]
__property System.int get_EDMPropertyTypeValue();
__property void set_EDMPropertyTypeValue( 
   System.int value
);
[System.Runtime.InteropServices.DispId(1610678284)]
property System.int EDMPropertyTypeValue {
   System.int get();
   void set (    System.int value);
}

Property Value

Long
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