FunctionConfiguration.IncludeInServiceDocument Property
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.
Gets/Set a value indicating whether the operation is included in service document or not. Meaningful only for function imports; ignore for bound functions.
public bool IncludeInServiceDocument { get; set; }
member this.IncludeInServiceDocument : bool with get, set
Public Property IncludeInServiceDocument As Boolean