'Declaration
<System.Xml.Serialization.XmlIgnoreAttribute()> <System.ComponentModel.CategoryAttribute("Labels")> <System.ComponentModel.DescriptionAttribute("Gets or sets a collection of date time unit and associated formatter")> Public Property DateTimeUnitFormatterPairs As NDateTimeUnitFormatterPairCollection
'Usage
Dim instance As NTimelineScaleRow Dim value As NDateTimeUnitFormatterPairCollection instance.DateTimeUnitFormatterPairs = value value = instance.DateTimeUnitFormatterPairs
[System.Xml.Serialization.XmlIgnore()] [System.ComponentModel.Category("Labels")] [System.ComponentModel.Description("Gets or sets a collection of date time unit and associated formatter")] public NDateTimeUnitFormatterPairCollection DateTimeUnitFormatterPairs {get; set;}