AccessedThroughPropertyAttribute(String) Konstruktor

Definice

Inicializuje novou instanci AccessedThroughPropertyAttribute třídy s názvem vlastnosti použité pro přístup k přiřazené pole.

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

Název vlastnosti použité pro přístup k poli s atributem.

Platí pro