Class OulineCodeValues
Represents a list of Outline codes
Inheritance
System.Object
OulineCodeValues
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Syncfusion.ProjIO
Assembly: Syncfusion.ProjIO.Base.dll
Syntax
public class OulineCodeValues
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> |