Class UserAttribute
Represents a user-defined key-value pair.
Inherited Members
Namespace: Algenta.Colectica.Model
Assembly: Algenta.Colectica.Model.dll
Syntax
public class UserAttribute : NotificationObject
Properties
Key
Gets or sets the key.
Declaration
public CodeValue Key { get; set; }
Property Value
Type | Description |
---|---|
CodeValue | The key. |
Value
Gets or sets the value.
Declaration
public CodeValue Value { get; set; }
Property Value
Type | Description |
---|---|
CodeValue | The value. |