HasStreamAttribute Class

Definition

Indicates that a class that is an entity type has a default binary data stream.

[System.AttributeUsage(System.AttributeTargets.Class, AllowMultiple=false, Inherited=true)]
public sealed class HasStreamAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Class, AllowMultiple=false, Inherited=true)>]
type HasStreamAttribute = class
    inherit Attribute
Public NotInheritable Class HasStreamAttribute
Inherits Attribute
Inheritance
HasStreamAttribute
Attributes

Constructors

HasStreamAttribute()

Applies to