_ContactItem.CompanyName Property

Definition

Returns or sets a String (string in C#) representing the company name for the contact. Read/write.

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

Applies to