Table of Contents

Class InternalInfrastructureAttribute

Namespace
OneImlx.Shared.Attributes
Assembly
OneImlx.Shared.dll

Indicates that the target is part of the internal infrastructure. Application should not use the target directly.

[AttributeUsage(AttributeTargets.All, Inherited = false, AllowMultiple = true)]
public sealed class InternalInfrastructureAttribute : Attribute
Inheritance
InternalInfrastructureAttribute
Inherited Members

Constructors

InternalInfrastructureAttribute(string?)

Initializes a new instance.

public InternalInfrastructureAttribute(string? description = null)

Parameters

description string

Additional description.

Properties

Description

Additional description.

public string? Description { get; set; }

Property Value

string