Compartir a través de


HideUpdateNotifications Propiedad

Espacio de nombres:  Microsoft.ReportingServices.RdlObjectModel
Ensamblado:  Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)

Sintaxis

'Declaración
Public Property HideUpdateNotifications As Boolean
    Get
    Set
'Uso
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)

Valor de la propiedad

Tipo: System. . :: . .Boolean