ContactJobInfo.Manager 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 manager of the job info for a contact. The maximum string length for the manager is 1024 characters.
public:
property Platform::String ^ Manager { Platform::String ^ get(); void set(Platform::String ^ value); };
winrt::hstring Manager();
void Manager(winrt::hstring value);
public string Manager { get; set; }
var string = contactJobInfo.manager;
contactJobInfo.manager = string;
Public Property Manager As String
Property Value
The manager of the job info for a contact. The maximum string length for the manager is 1024 characters.
Windows requirements
App capabilities |
contactsSystem
|