The Contact's OrgNr/Tax number/VAT number
Namespace:
SuperOffice.COM.Application
Assembly:
SOCRM.Interop (in SOCRM.Interop.dll) Version: 8.0.0.0
Syntaxstring OrgNr { get; set; }
Property OrgNr As String
Get
Set
Dim instance As IContact
Dim value As String
value = instance.OrgNr
instance.OrgNr = value
property String^ OrgNr {
String^ get ();
void set (String^ value);
}
Property Value
Type:
String
See Also