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> 对象。

适用于