SiteMembershipCondition.Site 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定用來測試成員資格條件的站台。
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
。
備註
這個屬性會與程式代碼元件的來源月臺進行比對,以測試成員資格條件。