Class Application
Represents the properties for Application element and its attributes
Inheritance
System.Object
Application
Namespace: Syncfusion.PMML
Assembly: Syncfusion.PMML.Portable.dll
Syntax
public class Application : Object
Constructors
Application()
Declaration
public Application()
Properties
Name
Gets and sets the "name" attribute value
Declaration
public string Name { get; }
Property Value
Type |
---|
System.String |
Version
Gets and sets the "version" attribute value
Declaration
public string Version { get; }
Property Value
Type |
---|
System.String |