Setting.Field 屬性

定義

用來衍生此設定值的欄位名稱。

public:
 property System::String ^ Field { System::String ^ get(); void set(System::String ^ value); };
public string Field { get; set; }
member this.Field : string with get, set
Public Property Field As String

屬性值

String

String 值,表示用來衍生此設定值的欄位名稱。

適用於