ContactJobInfo Class
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.
Represents job info for a contact.
public ref class ContactJobInfo sealed
/// [Windows.Foundation.Metadata.Activatable(65536, Windows.Foundation.UniversalApiContract)]
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
class ContactJobInfo final
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Activatable(65536, "Windows.Foundation.UniversalApiContract")]
class ContactJobInfo final
[Windows.Foundation.Metadata.Activatable(65536, typeof(Windows.Foundation.UniversalApiContract))]
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public sealed class ContactJobInfo
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Activatable(65536, "Windows.Foundation.UniversalApiContract")]
public sealed class ContactJobInfo
function ContactJobInfo()
Public NotInheritable Class ContactJobInfo
- Inheritance
- Attributes
Windows requirements
Device family |
Windows 10 (introduced in 10.0.10240.0)
|
API contract |
Windows.Foundation.UniversalApiContract (introduced in v1.0)
|
App capabilities |
contactsSystem
|
Constructors
ContactJobInfo() |
Initializes a new instance of a ContactJobInfo class. |
Properties
CompanyAddress |
Gets or sets the company address of the job info for a contact. The maximum string length for the company address is 1024 characters. |
CompanyName |
Gets or sets the company name of the job info for a contact. The maximum string length for the company name is 64 characters. |
CompanyYomiName |
Gets or 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. |
Department |
Gets or sets the department of the job info for a contact. The maximum string length for the department is 100 characters. |
Description |
Gets or sets the description of the job info for a contact. The maximum string length for the description is 512 characters. |
Manager |
Gets or sets the manager of the job info for a contact. The maximum string length for the manager is 1024 characters. |
Office |
Gets or sets the office of the job info for a contact. The maximum string length for the office is 40 characters. |
Title |
Gets or sets the title of the job info for a contact. The maximum string length for the title is 1024 characters. |