ContactItemType.CompanyName Property

Definition

The CompanyName property gets or sets a string value that contains the company name that is associated with a contact.

public:
 property System::String ^ CompanyName { System::String ^ get(); void set(System::String ^ value); };
public string CompanyName { get; set; }
Public Property CompanyName As String

Property Value

The CompanyName property returns a string value that contains the company name that is associated with a contact.

Applies to