Class Header
Represents the properties for Header element and its attributes
Inheritance
System.Object
Header
Namespace: Syncfusion.PMML
Assembly: Syncfusion.PMML.UWP.dll
Syntax
public class Header : Object
Constructors
Header()
Declaration
public Header()
Properties
Application
Gets and sets the "Application" elements value
Declaration
public Application Application { get; }
Property Value
Type |
---|
Application |
Copyright
Gets and sets the "copyright" attribute value
Declaration
public string Copyright { get; }
Property Value
Type |
---|
System.String |
Description
Gets and sets the "copyright" attribute value
Declaration
public string Description { get; }
Property Value
Type |
---|
System.String |
Extension
Gets and sets the "Extension" elements value
Declaration
public Extension Extension { get; }
Property Value
Type |
---|
Extension |
Timestamp
Gets and sets the "Timestamp" element value
Declaration
public string Timestamp { get; }
Property Value
Type |
---|
System.String |