menu

Xamarin.Android

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

    Show / Hide Table of Contents

    Class Parameter

    Represents the properties for Paramter element and its attributes

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

    Constructors

    Parameter()

    Declaration
    public Parameter()

    Properties

    Label

    Gets the parameter label

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

    Name

    Gets the parameter name

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

    ReferencePoint

    Gets the parameter reference point

    Declaration
    public double ReferencePoint { get; }
    Property Value
    Type
    System.Double
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved