ContactItemType.Companies Property

Definition

The Companies property gets or sets an array of type string that contains the names of companies that are associated with a contact.

public:
 property cli::array <System::String ^> ^ Companies { cli::array <System::String ^> ^ get(); void set(cli::array <System::String ^> ^ value); };
public string[] Companies { get; set; }
Public Property Companies As String()

Property Value

String[]

The Companies property returns an array of type string that contains the names of companies that are associated with a contact.

Applies to