ContactWebsite.RawValue Property

Definition

Gets or sets the raw website address for the contact. This address is not checked for valid URI formatti.ng

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

void RawValue(winrt::hstring value);
public string RawValue { get; set; }
var string = contactWebsite.rawValue;
contactWebsite.rawValue = string;
Public Property RawValue As String

Property Value

String

Platform::String

winrt::hstring

The raw website address for the contact.

Windows requirements

App capabilities
contactsSystem

Applies to