Required プロパティ
拡張機能で設定の値が必要かどうかを示します。
名前空間: 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
設定の値が必要かどうかを示す Boolean 値です。