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