ServiceOperationResultKind Enum

Definition

An enumeration that describes the kind of results that a service operation provides.

C#
public enum ServiceOperationResultKind
Inheritance
ServiceOperationResultKind

Fields

Name Value Description
DirectValue 0

A single value that cannot be further composed.

Enumeration 1

An enumeration of values that cannot be further composed.

QueryWithMultipleResults 2

A queryable object that returns multiple elements.

QueryWithSingleResult 3

A query that returns a single item.

Void 4

No results.

Applies to

Product Versions
.NET Framework 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1