LastExecutedSpecified プロパティ
LastExecuted プロパティが指定されているかどうかを示す値を取得します。
名前空間: ReportService2006
アセンブリ: ReportService2006 (ReportService2006.dll)
構文
'宣言
Public Property LastExecutedSpecified As Boolean
Get
Set
'使用
Dim instance As Subscription
Dim value As Boolean
value = instance.LastExecutedSpecified
instance.LastExecutedSpecified = value
public bool LastExecutedSpecified { get; set; }
public:
property bool LastExecutedSpecified {
bool get ();
void set (bool value);
}
member LastExecutedSpecified : bool with get, set
function get LastExecutedSpecified () : boolean
function set LastExecutedSpecified (value : boolean)
プロパティ値
型: System. . :: . .Boolean
Web サービス呼び出しに LastExecuted プロパティを含める必要がある場合は true、含める必要がない場合は false です。既定値は false です。