ContactItemType.Companies Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.