Show / Hide Table of Contents

Class InstantMessaging

Represents an instant messaging address.

Inheritance
object
InstantMessaging
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: Algenta.Colectica.Model.Ddi
Assembly: Algenta.Colectica.Model.Ddi.dll
Syntax
public class InstantMessaging

Properties

Address

Gets or sets the instant messenger address.

Declaration
public string Address { get; set; }
Property Value
Type Description
string

Type

Gets or sets the type of instant messenger. The value may come from a controlled vocabulary.

Declaration
public CodeValue Type { get; set; }
Property Value
Type Description
CodeValue
In this article
Back to top Generated by DocFX