Required 屬性
Indicates whether a value for the setting is required by the extension.
命名空間: Microsoft.ReportingServices.Interfaces
組件: Microsoft.ReportingServices.Interfaces (在 Microsoft.ReportingServices.Interfaces.dll 中)
Microsoft.ReportingServices.SharePoint.UI.WebParts (在 Microsoft.ReportingServices.SharePoint.UI.WebParts.dll 中)
語法
'宣告
Public Property Required As Boolean
Get
Set
'用途
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)
屬性值
型別:System. . :: . .Boolean
A Boolean value indicating whether a value for the setting is required.