WellKnownServiceTypeEntry.ContextAttributes 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定伺服器啟動服務型別的內容屬性 (Attribute)。
public:
property cli::array <System::Runtime::Remoting::Contexts::IContextAttribute ^> ^ ContextAttributes { cli::array <System::Runtime::Remoting::Contexts::IContextAttribute ^> ^ get(); void set(cli::array <System::Runtime::Remoting::Contexts::IContextAttribute ^> ^ value); };
public System.Runtime.Remoting.Contexts.IContextAttribute[] ContextAttributes { get; set; }
member this.ContextAttributes : System.Runtime.Remoting.Contexts.IContextAttribute[] with get, set
Public Property ContextAttributes As IContextAttribute()
屬性值
伺服器啟動服務類型的內容屬性。
備註
目前不會實作此索引子,而且其上的作業不會產生任何結果。
內容屬性會提供內容屬性,當新增至內容時,可以強制執行同步處理和交易等原則。