AccessedThroughPropertyAttribute(String) Конструктор

Определение

Инициализирует новый экземпляр класса AccessedThroughPropertyAttribute с именем свойства, используемого для доступа к полю с атрибутами.

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)

Параметры

propertyName
String

Имя свойства, используемого для доступа к полю с атрибутами.

Применяется к