Class DataFieldValue
Represents the methods and properties for DataField - Value
Inheritance
System.Object
DataFieldValue
Namespace: Syncfusion.PMML
Assembly: Syncfusion.PMML.Base.dll
Syntax
public class DataFieldValue : Object
Constructors
DataFieldValue()
Declaration
public DataFieldValue()
Properties
DisplayValue
Gets and sets the "Display value" attribute
Declaration
public string DisplayValue { get; }
Property Value
Type |
---|
System.String |
Property
Gets and sets the "property" attribute
Declaration
public string Property { get; }
Property Value
Type |
---|
System.String |
Value
Gets and sets the "value" attribute
Declaration
public string Value { get; }
Property Value
Type |
---|
System.String |