AccessedThroughPropertyAttribute(String) Costruttore

Definizione

Inizializza una nuova istanza della classe AccessedThroughPropertyAttribute con il nome della proprietà utilizzata per accedere al campo con attributi.

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)

Parametri

propertyName
String

Nome della proprietà utilizzata per accedere al campo con attributi.

Si applica a