Class OulineCodeValues
Represents a list of Outline codes
Inheritance
System.Object
OulineCodeValues
Namespace: Syncfusion.ProjIO
Assembly: Syncfusion.ProjIO.Base.dll
Syntax
public class OulineCodeValues : Object
Constructors
OulineCodeValues()
Declaration
public OulineCodeValues()
Properties
Value
Gets or sets the individual values
Declaration
public List<OutlineCodeValue> Value { get; set; }
Property Value
Type |
---|
System.Collections.Generic.List<OutlineCodeValue> |