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

속성 값

필드의 캡션입니다.

특성

적용 대상