ContactWebsite
ContactWebsite
ContactWebsite
ContactWebsite
Class
Definition
Represents the info about a Web site for a contact.
public : sealed class ContactWebsite : IContactWebsite, IContactWebsite2public sealed class ContactWebsite : IContactWebsite, IContactWebsite2Public NotInheritable Class ContactWebsite Implements IContactWebsite, IContactWebsite2// You can use this class in JavaScript.
- Attributes
Windows 10 requirements
| Device family |
Windows 10 (introduced v10.0.10240.0)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v1)
|
Constructors
ContactWebsite() ContactWebsite() ContactWebsite() ContactWebsite()
Initializes a new instance of a ContactWebsite class.
public : ContactWebsite()public ContactWebsite()Public Sub New()// You can use this method in JavaScript.
Properties
Description Description Description Description
Gets and sets the description of a Web site for a contact. The maximum string length for the description is 512 characters.
public : PlatForm::String Description { get; set; }public string Description { get; set; }Public ReadWrite Property Description As string// You can use this property in JavaScript.
- Value
- PlatForm::String string string string
The description of a Web site for a contact.
RawValue RawValue RawValue RawValue
Gets or sets the raw website address for the contact. This address is not checked for valid URI formatting.
public : PlatForm::String RawValue { get; set; }public string RawValue { get; set; }Public ReadWrite Property RawValue As string// You can use this property in JavaScript.
- Value
- PlatForm::String string string string
The raw website address for the contact.
Uri Uri Uri Uri
Gets and sets the Uniform Resource Identifier (URI) of a Web site for a contact.
public : Uri Uri { get; set; }public Uri Uri { get; set; }Public ReadWrite Property Uri As Uri// You can use this property in JavaScript.
- Value
- Uri Uri Uri Uri
The Uniform Resource Identifier (URI) of a Web site for a contact.