C# Class LearningRegistry.PublishResponse

Inheritance: Result
Show file Open project: adlnet-archive/LR.Net Class Usage Examples

Public Properties

Property Type Description
OK bool
document_results System.Collections.Generic.List
error string

Property Details

OK public property

public bool OK
return bool

document_results public property

public System.Collections.Generic.List document_results
return System.Collections.Generic.List

error public property

public string error
return string