SPScenarioContext.IsEndState property
取得 Boolean 值,指出這是否是案例中的最後一個步驟。
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
Public ReadOnly Property IsEndState As Boolean
Get
'用途
Dim instance As SPScenarioContext
Dim value As Boolean
value = instance.IsEndState
public bool IsEndState { get; }
Property value
Type: System.Boolean
true如果這是在此案例中,最後一個步驟否則,請false。