ContactJobInfo.CompanyAddress 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.
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
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
|