Share via


EntityTypeConfiguration.HasStream Property

 

Gets or sets a value indicating whether this type is a media type.

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

Syntax

public virtual bool HasStream {
    [CompilerGeneratedAttribute]
    get;
    [CompilerGeneratedAttribute]
    set;
}
public:
property bool HasStream {
    [CompilerGeneratedAttribute]
    virtual bool get();
    [CompilerGeneratedAttribute]
    virtual void set(bool value);
}
abstract HasStream : bool with get, set
override HasStream : bool with get, set
Public Overridable Property HasStream As Boolean

Property Value

Type: System.Boolean

See Also

EntityTypeConfiguration Class
System.Web.OData.Builder Namespace

Return to top