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)