Class RequiresPreviewFeaturesAttribute
Inheritance
object
RequiresPreviewFeaturesAttribute
Namespace: System.Runtime.Versioning
Assembly: Npgsql.dll
Syntax
public sealed class RequiresPreviewFeaturesAttribute : Attribute
Constructors
| Improve this Doc View SourceRequiresPreviewFeaturesAttribute()
Initializes a new instance of the RequiresPreviewFeaturesAttribute class.
Declaration
public RequiresPreviewFeaturesAttribute()
RequiresPreviewFeaturesAttribute(string?)
Initializes a new instance of the RequiresPreviewFeaturesAttribute class with the specified message.
Declaration
public RequiresPreviewFeaturesAttribute(string? message)
Parameters
Type | Name | Description |
---|---|---|
string? | message | An optional message associated with this attribute instance. |
Properties
| Improve this Doc View SourceMessage
Returns the optional message associated with this attribute instance.
Declaration
public string? Message { get; }
Property Value
Type | Description |
---|---|
string? |
Url
Returns the optional URL associated with this attribute instance.
Declaration
public string? Url { get; set; }
Property Value
Type | Description |
---|---|
string? |