Class ExtendedAttributeValueList
Represents list of values for Extended attributes
Inheritance
System.Object
ExtendedAttributeValueList
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 ExtendedAttributeValueList
Constructors
ExtendedAttributeValueList()
Declaration
public ExtendedAttributeValueList()
Properties
Description
Gets or sets the description of the value in the list
Declaration
public string Description { get; set; }
Property Value
Type |
---|
System.String |
ID
Gets or sets the unique ID of value across the project
Declaration
public string ID { get; set; }
Property Value
Type |
---|
System.String |
Phonetic
Gets or sets the phonetic information for custom field names
Declaration
public string Phonetic { get; set; }
Property Value
Type |
---|
System.String |
Value
Gets or sets the actual value
Declaration
public string Value { get; set; }
Property Value
Type |
---|
System.String |