다음을 통해 공유


JsonPropertyNameAttribute(String) 생성자

정의

지정된 속성 이름을 사용하여 JsonPropertyNameAttribute의 새 인스턴스를 초기화합니다.

public:
 JsonPropertyNameAttribute(System::String ^ name);
public JsonPropertyNameAttribute (string name);
new System.Text.Json.Serialization.JsonPropertyNameAttribute : string -> System.Text.Json.Serialization.JsonPropertyNameAttribute
Public Sub New (name As String)

매개 변수

name
String

속성의 이름입니다.

적용 대상