menu

Xamarin.Android

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ParameterField - Xamarin.Android API Reference | Syncfusion

    Show / Hide Table of Contents

    Class ParameterField

    Represents the properties for ParameterField element and its attributes

    Inheritance
    System.Object
    ParameterField
    Namespace: Syncfusion.PMML
    Assembly: Syncfusion.PMML.Portable.dll
    Syntax
    public class ParameterField : Object

    Constructors

    ParameterField()

    Declaration
    public ParameterField()

    Properties

    DataType

    Gets the parameter field data type

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

    Name

    Gets the parameter field name

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

    OpType

    Gets the parameter field optype

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