ContactJobInfo
ContactJobInfo
ContactJobInfo
ContactJobInfo
Class
Definition
Represents job info for a contact.
public : sealed class ContactJobInfo : IContactJobInfopublic sealed class ContactJobInfo : IContactJobInfoPublic NotInheritable Class ContactJobInfo Implements IContactJobInfo// You can use this class in JavaScript.
- Attributes
| Device family |
Windows 10 (introduced v10.0.10240.0)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v1)
|
Constructors
ContactJobInfo() ContactJobInfo() ContactJobInfo() ContactJobInfo()
Initializes a new instance of a ContactJobInfo class.
public : ContactJobInfo()public ContactJobInfo()Public Sub New()// You can use this method in JavaScript.
Properties
CompanyAddress CompanyAddress CompanyAddress CompanyAddress
Gets and sets the company address of the job info for a contact. The maximum string length for the company address is 1024 characters.
public : PlatForm::String CompanyAddress { get; set; }public string CompanyAddress { get; set; }Public ReadWrite Property CompanyAddress As string// You can use this property in JavaScript.
- Value
- PlatForm::String string string string
The company address of the job info for a contact.
CompanyName CompanyName CompanyName CompanyName
Gets and sets the company name of the job info for a contact. The maximum string length for the company name is 64 characters.
public : PlatForm::String CompanyName { get; set; }public string CompanyName { get; set; }Public ReadWrite Property CompanyName As string// You can use this property in JavaScript.
- Value
- PlatForm::String string string string
The company name of the job info for a contact.
CompanyYomiName CompanyYomiName CompanyYomiName CompanyYomiName
Gets and sets the company Yomi (phonetic Japanese equivalent) name of the job info for a contact. The maximum string length for the company Yomi name is 200 characters.
public : PlatForm::String CompanyYomiName { get; set; }public string CompanyYomiName { get; set; }Public ReadWrite Property CompanyYomiName As string// You can use this property in JavaScript.
- Value
- PlatForm::String string string string
The company Yomi (phonetic Japanese equivalent) name of the job info for a contact.
Department Department Department Department
Gets and sets the department of the job info for a contact. The maximum string length for the department is 100 characters.
public : PlatForm::String Department { get; set; }public string Department { get; set; }Public ReadWrite Property Department As string// You can use this property in JavaScript.
- Value
- PlatForm::String string string string
The department of the job info for a contact.
Description Description Description Description
Gets and sets the description of the job info for a contact. The maximum string length for the description is 512 characters.
public : PlatForm::String Description { get; set; }public string Description { get; set; }Public ReadWrite Property Description As string// You can use this property in JavaScript.
- Value
- PlatForm::String string string string
The description of the job info for a contact.
Manager Manager Manager Manager
Gets and sets the manager of the job info for a contact. The maximum string length for the manager is 1024 characters.
public : PlatForm::String Manager { get; set; }public string Manager { get; set; }Public ReadWrite Property Manager As string// You can use this property in JavaScript.
- Value
- PlatForm::String string string string
The manager of the job info for a contact.
Office Office Office Office
Gets and sets the office of the job info for a contact. The maximum string length for the office is 40 characters.
public : PlatForm::String Office { get; set; }public string Office { get; set; }Public ReadWrite Property Office As string// You can use this property in JavaScript.
- Value
- PlatForm::String string string string
The office of the job info for a contact.
Title Title Title Title
Gets and sets the title of the job info for a contact. The maximum string length for the title is 1024 characters.
public : PlatForm::String Title { get; set; }public string Title { get; set; }Public ReadWrite Property Title As string// You can use this property in JavaScript.
- Value
- PlatForm::String string string string
The title of the job info for a contact.