ContactInstantMessageField.Service 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 the name of the service used for sending instant messages.
Note
ContactInstantMessageField may be altered or unavailable for releases after Windows 8.1. Instead, use ContactConnectedServiceAccount.
public:
property Platform::String ^ Service { Platform::String ^ get(); };
winrt::hstring Service();
public string Service { get; }
var string = contactInstantMessageField.service;
Public ReadOnly Property Service As String
Property Value
The service name.
Windows requirements
App capabilities |
contactsSystem
|