AttributeReference.XData Property

Gets or sets the XData value list.
Public Property XData() As List(Of KeyValuePair(Of Short, Object)) Implements  _ 
IEntity.XData
This language is not supported or no code example is available.
public List<KeyValuePair<short, object>> XData {get; set;}
This language is not supported or no code example is available.

Property Value

List<KeyValuePair<short, object>>

Implements

IEntity.XData

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition