次の方法で共有


ValidValue.Value プロパティ

設定の有効な値です。

名前空間:  Microsoft.ReportingServices.Interfaces
アセンブリ:   Microsoft.ReportingServices.SharePoint.UI.WebParts (Microsoft.ReportingServices.SharePoint.UI.WebParts.dll)
  Microsoft.ReportingServices.Interfaces (Microsoft.ReportingServices.Interfaces.dll)

構文

'宣言
Public Property Value As String 
    Get 
    Set
'使用
Dim instance As ValidValue 
Dim value As String 

value = instance.Value

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

プロパティ値

型: System.String
配信拡張機能が通知を配信するために使用する設定の有効な値を表す String です。

関連項目

参照

ValidValue クラス

Microsoft.ReportingServices.Interfaces 名前空間