Compartir a través de


Setting.Required Propiedad

Indicates whether a value for the setting is required by the extension.

Espacio de nombres:  Microsoft.ReportingServices.Interfaces
Ensamblados:   Microsoft.ReportingServices.Interfaces (en Microsoft.ReportingServices.Interfaces.dll)
  Microsoft.ReportingServices.SharePoint.UI.WebParts (en Microsoft.ReportingServices.SharePoint.UI.WebParts.dll)

Sintaxis

'Declaración
Public Property Required As Boolean 
    Get 
    Set
'Uso
Dim instance As Setting 
Dim value As Boolean 

value = instance.Required

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

Valor de la propiedad

Tipo: System.Boolean
A Boolean value indicating whether a value for the setting is required.

Vea también

Referencia

Setting Clase

Espacio de nombres Microsoft.ReportingServices.Interfaces