DataCellDataProperties Property  | 
 
            Gets the miscellaneous properties.
            
 
    Namespace: 
   Dundas.BI.WebApi.Models
    Assembly:
   Dundas.BI.WebApiCore (in Dundas.BI.WebApiCore.dll) Version: 2.0.0.0 (25.3.0.1000)
Syntax[DataMemberAttribute(EmitDefaultValue = false, Name = "properties")]
public IList<DataPropertyData> Properties { get; }<DataMemberAttribute(EmitDefaultValue := false, Name := "properties")>
Public ReadOnly Property Properties As IList(Of DataPropertyData)
	Get
public:
[DataMemberAttribute(EmitDefaultValue = false, Name = L"properties")]
property IList<DataPropertyData^>^ Properties {
	IList<DataPropertyData^>^ get ();
}[<DataMemberAttribute(EmitDefaultValue = false, Name = "properties")>]
member Properties : IList<DataPropertyData> with get
Property Value
Type: 
IListDataPropertyData
See Also