AccessedThroughPropertyAttribute(String) Konstruktor

Definicja

Inicjuje nowe wystąpienie AccessedThroughPropertyAttribute klasy o nazwie właściwości używanej do uzyskiwania dostępu do pola przypisanego.

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)

Parametry

propertyName
String

Nazwa właściwości używanej do uzyskiwania dostępu do pola przypisanego.

Dotyczy