ContactAddress.Description Property

Definition

Gets or sets the description of a contact address. The maximum string length for the description is 512 characters.

public:
 property Platform::String ^ Description { Platform::String ^ get(); void set(Platform::String ^ value); };
winrt::hstring Description();

void Description(winrt::hstring value);
public string Description { get; set; }
var string = contactAddress.description;
contactAddress.description = string;
Public Property Description As String

Property Value

String

Platform::String

winrt::hstring

The description of a contact address. The maximum string length for the description is 512 characters.

Windows requirements

App capabilities
contactsSystem

Applies to