IncomingVoipPhoneCallOptions.CallDetails 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 a string containing details of the call.
public:
property Platform::String ^ CallDetails { Platform::String ^ get(); void set(Platform::String ^ value); };
winrt::hstring CallDetails();
void CallDetails(winrt::hstring value);
public string CallDetails { get; set; }
var string = incomingVoipPhoneCallOptions.callDetails;
incomingVoipPhoneCallOptions.callDetails = string;
Public Property CallDetails As String
Property Value
A string containing details of the call.
Windows requirements
| Requirements | Description |
|---|---|
| App capabilities |
voipCall
|