ValidValue.Label 속성

정의

유효한 값의 레이블을 가져오거나 설정합니다.

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

속성 값

유효한 값의 레이블을 포함하는 String 값입니다.

설명

속성은 Label 최종 사용자에게 설정 값의 대체 이름을 표시해야 하는 경우에 사용됩니다. 속성은 Label 최종 사용자에게 표시되는 설정의 값이 문화권 정보에 종속된 경우에 사용될 수 있습니다.

적용 대상