共用方式為


ScopeDescription.Status 屬性

 

取得或設定此領域的狀態。

命名空間:   Microsoft.Workflow.Client
組件:  Microsoft.Workflow.Client (在 Microsoft.Workflow.Client.dll 中)

語法

[DataMemberAttribute(EmitDefaultValue = false)]
public ScopeStatus Status {
    [CompilerGeneratedAttribute]
    get;
    [CompilerGeneratedAttribute]
    private set;
}
public:
[DataMemberAttribute(EmitDefaultValue = false)]
property ScopeStatus Status {
    [CompilerGeneratedAttribute]
    ScopeStatus get();
    [CompilerGeneratedAttribute]
    private: void set(ScopeStatus value);
}
[<DataMemberAttribute(EmitDefaultValue = false)>]
member Status : ScopeStatus with get, private set
<DataMemberAttribute(EmitDefaultValue := False)>
Public Property Status As ScopeStatus
    Get
    Private Set
End Property

屬性值

Type: Microsoft.Workflow.Client.ScopeStatus

代表此領域狀態的 ScopeStatus 列舉值。

請參閱

ScopeDescription 類別
Microsoft.Workflow.Client 命名空間

回到頁首