Share via


FunctionConfiguration.IncludeInServiceDocument Property

 

Gets or sets a value indicating whether the procedure is included in service document or not. Meaningful only for function imports; ignore for bound functions.

Namespace:   System.Web.OData.Builder
Assembly:  System.Web.OData (in System.Web.OData.dll)

Syntax

public bool IncludeInServiceDocument {
    [CompilerGeneratedAttribute]
    get;
    [CompilerGeneratedAttribute]
    set;
}
public:
property bool IncludeInServiceDocument {
    [CompilerGeneratedAttribute]
    bool get();
    [CompilerGeneratedAttribute]
    void set(bool value);
}
member IncludeInServiceDocument : bool with get, set
Public Property IncludeInServiceDocument As Boolean

Property Value

Type: System.Boolean

Returns Boolean.

See Also

FunctionConfiguration Class
System.Web.OData.Builder Namespace

Return to top