NamedStreamAttribute Class

Definition

Indicates that a class that is an entity type has a related named binary stream.

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

Constructors

NamedStreamAttribute(String)

Creates a new instance of the NamedStreamAttribute class.

Properties

Name

The name of a binary stream that belongs to the attributed entity.

Applies to