JsonPropertyInfo.Name 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定序列化屬性時所使用的 JSON 屬性名稱。
public:
property System::String ^ Name { System::String ^ get(); void set(System::String ^ value); };
public string Name { get; set; }
member this.Name : string with get, set
Public Property Name As String
屬性值
例外狀況
value
為 null
。
實例 JsonPropertyInfo 已鎖定以供進一步修改。
備註
的值無法與宣告 JsonTypeInfo 中定義之其他 JsonPropertyInfo 的值 Name 衝突。
對於源自 或 JsonSerializerContext 的 DefaultJsonTypeInfoResolver 合約,值通常會反映基礎 .NET 成員名稱、衍生自 PropertyNamingPolicy 的名稱,或 中指定的 JsonPropertyNameAttribute 值。