ContactWebsite.RawValue 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 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
The raw website address for the contact.
Windows requirements
App capabilities |
contactsSystem
|