Search Results for

    Show / Hide Table of Contents

    Class RequiresPreviewFeaturesAttribute

    Inheritance
    object
    RequiresPreviewFeaturesAttribute
    Namespace: System.Runtime.Versioning
    Assembly: Npgsql.dll
    Syntax
    public sealed class RequiresPreviewFeaturesAttribute : Attribute

    Constructors

    | Improve this Doc View Source

    RequiresPreviewFeaturesAttribute()

    Initializes a new instance of the RequiresPreviewFeaturesAttribute class.

    Declaration
    public RequiresPreviewFeaturesAttribute()
    | Improve this Doc View Source

    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 Source

    Message

    Returns the optional message associated with this attribute instance.

    Declaration
    public string? Message { get; }
    Property Value
    Type Description
    string?
    | Improve this Doc View Source

    Url

    Returns the optional URL associated with this attribute instance.

    Declaration
    public string? Url { get; set; }
    Property Value
    Type Description
    string?
    • Improve this Doc
    • View Source
    In This Article
    Back to top © Copyright 2023 The Npgsql Development Team