共用方式為


SiteMembershipCondition.Site 屬性

定義

取得或設定用來測試成員資格條件的站台。

public:
 property System::String ^ Site { System::String ^ get(); void set(System::String ^ value); };
public string Site { get; set; }
member this.Site : string with get, set
Public Property Site As String

屬性值

用來測試成員資格條件的站台。

例外狀況

嘗試將 Site 設定為 null

嘗試將 Site 設定為無效的 Site

備註

這個屬性會與程式代碼元件的來源月臺進行比對,以測試成員資格條件。

適用於