Click or drag to resize

ServiceParameterAttributeIsNativeOutput Property

Gets or sets if the output/return parameter should be transferred to the caller in unprocessed native format.

Namespace:  PDTec.IceNet.Core.Model.Implementation
Assembly:  PDTec.IceNet.Core (in PDTec.IceNet.Core.dll) Version: 7.2.0.0 (7.2.7583.15464)
Syntax
C#
public bool IsNativeOutput { get; set; }

Property Value

Type: Boolean
The native output flag.
Remarks
This flag must not be set on parameters of API-quality service methods. It must not be set on input parameters.
See Also