次の方法で共有


Label プロパティ

パラメーターのラベルや代替名を取得または設定します。

名前空間:  ReportService2010
アセンブリ:  ReportService2010 (ReportService2010.dll)

構文

'宣言
Public Property Label As String
    Get
    Set
'使用
Dim instance As ParameterValue
Dim value As String

value = instance.Label

instance.Label = value
public string Label { get; set; }
public:
property String^ Label {
    String^ get ();
    void set (String^ value);
}
member Label : string with get, set
function get Label () : String
function set Label (value : String)

プロパティ値

型: System. . :: . .String
パラメーターのラベルや代替名を表す String 値です。