Class InstantMessaging
Represents an instant messaging address.
Inheritance
System.Object
InstantMessaging
Namespace: Algenta.Colectica.Model.Ddi
Assembly: Algenta.Colectica.Model.Ddi.dll
Syntax
public class InstantMessaging : object
Properties
Address
Gets or sets the instant messenger address.
Declaration
public string Address { get; set; }
Property Value
Type | Description |
---|---|
System.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 |