Partager via


AccessedThroughPropertyAttribute(String) Constructeur

Définition

Initialise une nouvelle instance de la classe AccessedThroughPropertyAttribute avec le nom de la propriété utilisée pour accéder au champ avec attributs.

public:
 AccessedThroughPropertyAttribute(System::String ^ propertyName);
public AccessedThroughPropertyAttribute (string propertyName);
new System.Runtime.CompilerServices.AccessedThroughPropertyAttribute : string -> System.Runtime.CompilerServices.AccessedThroughPropertyAttribute
Public Sub New (propertyName As String)

Paramètres

propertyName
String

Nom de la propriété utilisée pour accéder au champ avec attributs.

S’applique à