menu

Xamarin.Android

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class DataFieldValue - API Reference

    Show / Hide Table of Contents

    Class DataFieldValue

    Represents the methods and properties for DataField - Value

    Inheritance
    System.Object
    DataFieldValue
    Namespace: Syncfusion.PMML
    Assembly: Syncfusion.PMML.Portable.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 Description
    System.String

    Property

    Gets and sets the "property" attribute

    Declaration
    public string Property { get; }
    Property Value
    Type Description
    System.String

    Value

    Gets and sets the "value" attribute

    Declaration
    public string Value { get; }
    Property Value
    Type Description
    System.String
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved