ParameterValue.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 값입니다.

적용 대상