Table of Contents

Class WebAddress

Namespace
Textkernel.Tx.Models.Resume.ContactInfo
Assembly
Textkernel.Tx.SDK.dll

A web address (URL, twitter handle, etc)

public class WebAddress
Inheritance
WebAddress
Inherited Members

Properties

Address

The URL or username

public string Address { get; set; }

Property Value

string

Type

public string Type { get; set; }

Property Value

string