Localizable.Value 속성

정의

속성의 값을 가져오거나 설정합니다.

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

속성 값

속성의 값을 나타내는 문자열입니다.

특성

적용 대상