Share via


ReportParameterInstance.Labels 속성

정의

매개 변수의 여러 레이블을 가져옵니다.

public:
 property System::Collections::ObjectModel::ReadOnlyCollection<System::String ^> ^ Labels { System::Collections::ObjectModel::ReadOnlyCollection<System::String ^> ^ get(); };
public System.Collections.ObjectModel.ReadOnlyCollection<string> Labels { get; }
member this.Labels : System.Collections.ObjectModel.ReadOnlyCollection<string>
Public ReadOnly Property Labels As ReadOnlyCollection(Of String)

속성 값

매개 변수의 여러 레이블을 포함하는 ReadOnlyCollection<T> 개체입니다.

적용 대상