HttpCapabilitiesDefaultProvider.ResultType 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定類別的型別,用來保存剖析 Web.config 檔之 browserCap
項目的結果。
public:
property Type ^ ResultType { Type ^ get(); void set(Type ^ value); };
public Type ResultType { get; set; }
member this.ResultType : Type with get, set
Public Property ResultType As Type
屬性值
類別的型別,用來保存剖析 Web.config 檔之 browserCaps
項目的結果。
備註
這個屬性會對應至 result
Web.config檔案元素的子專案 browserCaps
。