Class Application
Represents the properties for Application element and its attributes
Inheritance
System.Object
Application
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Syncfusion.PMML
Assembly: Syncfusion.PMML.Base.dll
Syntax
public class Application
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 |