HasStreamAttribute Class
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.
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() |