ApplicationPartAttribute Class
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.
Specifies an assembly to be added as an application part.
C#
[System.AttributeUsage(System.AttributeTargets.Assembly, AllowMultiple=true)]
public sealed class ApplicationPartAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Assembly, AllowMultiple=true)>]
type ApplicationPartAttribute = class
inherit Attribute
Public NotInheritable Class ApplicationPartAttribute
Inherits Attribute
- Inheritance
-
ApplicationPartAttribute
- Attributes
Application |
Initializes a new instance of ApplicationPartAttribute. |
Assembly |
Gets the assembly name. |
Product | Versions |
---|---|
.NET Orleans | 7.0.0, 8.0.0, 8.1.0, 8.2.0, 9.0.0 |