ResponseData
Response Property
|
Namespace:
Spire.Presentation.AI.Model
Assembly:
Spire.Presentation (in Spire.Presentation.dll) Version: 10.4.2.0 (10.4.2.6046)
Syntax
public Dictionary<string, Object> Response { get; set; }
Public Property Response As Dictionary(Of String, Object)
Get
Set
public:
property Dictionary<String^, Object^>^ Response {
Dictionary<String^, Object^>^ get ();
void set (Dictionary<String^, Object^>^ value);
}
member Response : Dictionary<string, Object> with get, set
Property Value
Type:
Dictionary
String
,
Object
See Also