Gets or sets the name of an individual in the organization that can be contacted.

Namespace:  BargeEx
Assembly:  BargeEx (in BargeEx.dll)
Version: 3.0.400.140 (3.0.400.140)

Syntax

C#
public virtual string ContactName { get; set; }
Visual Basic (Declaration)
Public Overridable Property ContactName As String
Visual C++
public:
virtual property String^ ContactName {
	String^ get ();
	void set (String^ value);
}

Property Value

The name of an individual in the organization that can be contacted. The default is a null reference (Nothing in Visual Basic).

Remarks

This property is equivalent to the CICA Individual Name primitive (P40_6) in the Contact Identification block (B22_4) in the Individual Contact assembly (A11_2).

The ContactNameSpecified property indicates whether or not this property will be included in the serialized class or generated document. The ContactNameSpecified property is automatically set to true when this property is set.

See Also