ServiceOperationResultKind Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
An enumeration that describes the kind of results that a service operation provides.
public enum class ServiceOperationResultKind
public enum ServiceOperationResultKind
type ServiceOperationResultKind =
Public Enum ServiceOperationResultKind
- Inheritance
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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.