ContactJobInfo.CompanyAddress Property

Definition

Gets or sets the company address of the job info for a contact. The maximum string length for the company address is 1024 characters.

public:
 property Platform::String ^ CompanyAddress { Platform::String ^ get(); void set(Platform::String ^ value); };
winrt::hstring CompanyAddress();

void CompanyAddress(winrt::hstring value);
public string CompanyAddress { get; set; }
var string = contactJobInfo.companyAddress;
contactJobInfo.companyAddress = string;
Public Property CompanyAddress As String

Property Value

String

Platform::String

winrt::hstring

The company address of the job info for a contact. The maximum string length for the company address is 1024 characters.

Windows requirements

App capabilities
contactsSystem

Applies to