Share via


AccessedThroughPropertyAttribute(String) Construtor

Definição

Inicializa uma nova instância da classe AccessedThroughPropertyAttribute com o nome da propriedade usada para acessar o campo atribuído.

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)

Parâmetros

propertyName
String

O nome da propriedade usada para acessar o campo atribuído.

Aplica-se a