TypeIdx - Address Type (1=postal, 2=street, 3=personal)
Namespace:
SuperOffice.COM.Application
Assembly:
SOCRM.Interop (in SOCRM.Interop.dll) Version: 8.0.0.0
Syntaxint TypeIdx { get; set; }
Property TypeIdx As Integer
Get
Set
Dim instance As IAddress
Dim value As Integer
value = instance.TypeIdx
instance.TypeIdx = value
property int TypeIdx {
int get ();
void set (int value);
}
Property Value
Type:
Int32
See Also