AccessedThroughPropertyAttribute(String) Constructor

Definitie

Initialiseert een nieuw exemplaar van de AccessedThroughPropertyAttribute klasse met de naam van de eigenschap die wordt gebruikt voor toegang tot het toegewezen veld.

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)

Parameters

propertyName
String

De naam van de eigenschap die wordt gebruikt voor toegang tot het toegewezen veld.

Van toepassing op