OperationResult Output Property

This property references the root DataEntity affected by the operation. One root DataEntity for each operation.

Namespace:  Scribe.Core.ConnectorApi.Actions

Assembly:  Scribe.Core.ConnectorApi (in Scribe.Core.ConnectorApi.dll)

Syntax

[DataMemberAttribute(Order = 2)]
public   DataEntity[] Output { get; set; }

Property Value

Type: DataEntity

See

OperationResult Class

Scribe.Core.ConnectorApi.Actions Namespace