Field.Caption 属性

定义

获取或设置字段的标题。

public:
 property System::String ^ Caption { System::String ^ get(); void set(System::String ^ value); };
[System.Xml.Serialization.XmlIgnore]
public string Caption { get; set; }
[<System.Xml.Serialization.XmlIgnore>]
member this.Caption : string with get, set
Public Property Caption As String

属性值

字段的标题。

属性

适用于