AccessedThroughPropertyAttribute(String) Constructor

Definición

Inicializa una nueva instancia de la AccessedThroughPropertyAttribute clase con el nombre de la propiedad utilizada para tener acceso al campo con atributos.

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

Nombre de la propiedad utilizada para tener acceso al campo con atributos.

Se aplica a