次の方法で共有


HideUpdateNotifications プロパティ

名前空間:  Microsoft.ReportingServices.RdlObjectModel
アセンブリ:  Microsoft.ReportingServices.Designer.Controls (Microsoft.ReportingServices.Designer.Controls.dll)

構文

'宣言
Public Property HideUpdateNotifications As Boolean
    Get
    Set
'使用
Dim instance As ComponentMetadata
Dim value As Boolean

value = instance.HideUpdateNotifications

instance.HideUpdateNotifications = value
public bool HideUpdateNotifications { get; set; }
public:
property bool HideUpdateNotifications {
    bool get ();
    void set (bool value);
}
member HideUpdateNotifications : bool with get, set
function get HideUpdateNotifications () : boolean
function set HideUpdateNotifications (value : boolean)

プロパティ値

型: System. . :: . .Boolean