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值,该值表示用于派生设置值的字段的名称。

适用于