NamedStreamAttribute 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 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. |